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 7c17e7e commit f986a69Copy full SHA for f986a69
setup.py
@@ -8,8 +8,8 @@
8
9
MAJOR = 0
10
MINOR = 5
11
-MICRO = 0
12
-ISRELEASED = False
+MICRO = 1
+ISRELEASED = True
13
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14
QUALIFIER = ''
15
@@ -20,7 +20,7 @@
20
AUTHOR_EMAIL = '[email protected]'
21
URL = 'https://github.com/xray/xray'
22
CLASSIFIERS = [
23
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
24
'License :: OSI Approved :: Apache Software License',
25
'Operating System :: OS Independent',
26
'Intended Audience :: Science/Research',
0 commit comments