We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29ea1f commit fd7614eCopy full SHA for fd7614e
setup.py
@@ -48,7 +48,7 @@
48
49
50
name = 'python-libarchive'
51
-version = '4.2.0b1'
+version = '4.2.0'
52
readme = 'README.rst'
53
repourl = 'https://github.com/smartfile/python-libarchive'
54
long_description = open(readme).read()
@@ -107,7 +107,7 @@ def build_extension(self, ext):
107
url=repourl,
108
packages=['libarchive'],
109
classifiers=[
110
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
111
'Intended Audience :: Developers',
112
'Operating System :: OS Independent',
113
'Programming Language :: C',
0 commit comments