We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b7cd4 commit cf7a049Copy full SHA for cf7a049
python-simpleline.spec
@@ -3,7 +3,7 @@
3
Name: python-%{srcname}
4
Summary: A Python library for creating text UI
5
Url: https://github.com/rhinstaller/python-%{srcname}
6
-Version: 1.8.2
+Version: 1.9.0
7
Release: 1%{?dist}
8
# This tarball was created from upstream git:
9
# git clone https://github.com/rhinstaller/python-simpleline
setup.py
@@ -24,7 +24,7 @@
24
long_description = f.read()
25
26
setup(name='simpleline',
27
- version='1.8.2',
+ version='1.9.0',
28
author='Jiri Konecny',
29
author_email='[email protected]',
30
description='Python text UI framework',
0 commit comments