Skip to content

Commit f986a69

Browse files
committed
Release v0.5.1
1 parent 7c17e7e commit f986a69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
MAJOR = 0
1010
MINOR = 5
11-
MICRO = 0
12-
ISRELEASED = False
11+
MICRO = 1
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

@@ -20,7 +20,7 @@
2020
AUTHOR_EMAIL = '[email protected]'
2121
URL = 'https://github.com/xray/xray'
2222
CLASSIFIERS = [
23-
'Development Status :: 3 - Alpha',
23+
'Development Status :: 4 - Beta',
2424
'License :: OSI Approved :: Apache Software License',
2525
'Operating System :: OS Independent',
2626
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)