diff --git a/python-simpleline.spec b/python-simpleline.spec index d1b6f84..8b8dd89 100644 --- a/python-simpleline.spec +++ b/python-simpleline.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Summary: A Python library for creating text UI Url: https://github.com/rhinstaller/python-%{srcname} -Version: 1.8.1 +Version: 1.8.2 Release: 1%{?dist} # This tarball was created from upstream git: # git clone https://github.com/rhinstaller/python-simpleline diff --git a/setup.py b/setup.py index 0ebaaa4..bc34770 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ long_description = f.read() setup(name='simpleline', - version='1.8.1', + version='1.8.2', author='Jiri Konecny', author_email='jkonecny@redhat.com', description='Python text UI framework',