diff --git a/setup.py b/setup.py index f2ca7d0..cd401c3 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ else: name = 'python-libarchive' -version = '4.1.4' +version = '4.1.5' readme = 'README.rst' repourl = 'https://github.com/smartfile/python-libarchive' long_description = open(readme).read()