Skip to content

Commit 034bca1

Browse files
committed
Release xray v0.4rc1
1 parent 9eb9b91 commit 034bca1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
from setuptools import setup, find_packages
88

99
MAJOR = 0
10-
MINOR = 3
11-
MICRO = 2
12-
ISRELEASED = False
10+
MINOR = 4
11+
MICRO = 0
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14-
QUALIFIER = ''
14+
QUALIFIER = 'rc1'
1515

1616

1717
DISTNAME = 'xray'

0 commit comments

Comments
 (0)