Skip to content

Commit fd7614e

Browse files
committed
Version 4.2.0
1 parent a29ea1f commit fd7614e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949

5050
name = 'python-libarchive'
51-
version = '4.2.0b1'
51+
version = '4.2.0'
5252
readme = 'README.rst'
5353
repourl = 'https://github.com/smartfile/python-libarchive'
5454
long_description = open(readme).read()
@@ -107,7 +107,7 @@ def build_extension(self, ext):
107107
url=repourl,
108108
packages=['libarchive'],
109109
classifiers=[
110-
'Development Status :: 4 - Beta',
110+
'Development Status :: 5 - Production/Stable',
111111
'Intended Audience :: Developers',
112112
'Operating System :: OS Independent',
113113
'Programming Language :: C',

0 commit comments

Comments
 (0)