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 2ff6280 commit 6113c0cCopy full SHA for 6113c0c
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.1
+Version: 1.8.2
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.1',
+ version='1.8.2',
28
author='Jiri Konecny',
29
author_email='[email protected]',
30
description='Python text UI framework',
0 commit comments