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