Skip to content

Commit 772893f

Browse files
author
Ralf Gommers
committed
REL: set version to 0.10.1.
1 parent c1244e1 commit 772893f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
MAJOR = 0
5151
MINOR = 10
5252
MICRO = 1
53-
ISRELEASED = False
53+
ISRELEASED = True
5454
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
5555

5656

0 commit comments

Comments
 (0)