Skip to content

Commit a6310b1

Browse files
committed
Release version 0.1
1 parent f3cbcf8 commit a6310b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dqclibs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MAJOR = 0
55
MINOR = 1
66
MICRO = 0
7-
ISRELEASED = False
7+
ISRELEASED = True
88
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
99

1010
# Return the git revision as a string

0 commit comments

Comments
 (0)