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