Skip to content

Commit 7370f9c

Browse files
committed
sisl release: 0.9.1
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent b8f248d commit 7370f9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232

3333
MAJOR = 0
3434
MINOR = 9
35-
MICRO = 0
36-
ISRELEASED = False
35+
MICRO = 1
36+
ISRELEASED = True
3737
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
38-
GIT_REVISION = "7de485a50bc9a093faff59a0a3efdced37579621"
38+
GIT_REVISION = "b8f248d14bf1a8c97cb995dc7d8a5cf3bf497b39"
3939

4040
# The MANIFEST should be updated (which it only is
4141
# if it does not exist...)

0 commit comments

Comments
 (0)