Browse Source

Version 4.2.0

test_fixup
Clifton Barnes 2 years ago
parent
commit
fd7614e792
No known key found for this signature in database GPG Key ID: 4D011A1BC4B239D7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      setup.py

+ 2
- 2
setup.py View File

@@ -48,7 +48,7 @@ else:
name = 'python-libarchive' name = 'python-libarchive'
version = '4.2.0b1'
version = '4.2.0'
readme = 'README.rst' readme = 'README.rst'
repourl = 'https://github.com/smartfile/python-libarchive' repourl = 'https://github.com/smartfile/python-libarchive'
long_description = open(readme).read() long_description = open(readme).read()
@@ -107,7 +107,7 @@ setup(
url=repourl, url=repourl,
packages=['libarchive'], packages=['libarchive'],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: C', 'Programming Language :: C',


Loading…
Cancel
Save