Skip to content

Commit db6598a

Browse files
committed
Release v0.2
1 parent 8abe469 commit db6598a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
MAJOR = 0
1212
MINOR = 2
1313
MICRO = 0
14-
ISRELEASED = False
14+
ISRELEASED = True
1515
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1616
QUALIFIER = ''
1717

1818

1919
DISTNAME = 'xray'
2020
LICENSE = 'Apache'
2121
AUTHOR = 'xray Developers'
22-
AUTHOR_EMAIL = 'xray-discussion@googlegroups.com'
22+
AUTHOR_EMAIL = 'xray-dev@googlegroups.com'
2323
URL = 'https://github.com/xray/xray'
2424
CLASSIFIERS = [
2525
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)