Skip to content

Commit 66abe7f

Browse files
committed
Release v0.5
1 parent fc5356b commit 66abe7f

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
@@ -7,9 +7,9 @@
77
from setuptools import setup, find_packages
88

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

0 commit comments

Comments
 (0)