Skip to content

Commit 52da444

Browse files
committed
sisl release: 0.8.1
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 8f843e1 commit 52da444

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
@@ -34,10 +34,10 @@
3434

3535
MAJOR = 0
3636
MINOR = 8
37-
MICRO = 0
38-
ISRELEASED = False
37+
MICRO = 1
38+
ISRELEASED = True
3939
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
40-
GIT_REVISION = "d21c2d9dc34e3cdd51c44772fbbd52a558db139a"
40+
GIT_REVISION = "8f843e12584399cdf7004504e94381f48fdb8d2c"
4141

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

0 commit comments

Comments
 (0)