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 00694f3 commit 466ffa4Copy full SHA for 466ffa4
setup.py
@@ -26,7 +26,7 @@
26
27
setup(
28
name="pysipp",
29
- version='0.1.beta',
+ version='0.1.alpha',
30
description='pysipp is a SIPp scenario launcher for for use in'
31
' automated VoIP testing',
32
long_description=readme,
@@ -44,7 +44,7 @@
44
],
45
},
46
classifiers=[
47
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 3 - Alpha',
48
'Intended Audience :: Developers',
49
'License :: OSI Approved :: GNU General Public License v2',
50
'Operating System :: Linux',
0 commit comments