Skip to content

Commit 8f526d6

Browse files
committed
sisl release: 0.8.5
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 306456a commit 8f526d6

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 = 8
35-
MICRO = 4
36-
ISRELEASED = False
35+
MICRO = 5
36+
ISRELEASED = True
3737
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
38-
GIT_REVISION = "228cb50ba2d51f7733fe06f02c3b48d571b644bc"
38+
GIT_REVISION = "306456a709f74bfa3a512e4d35546195d03705a6"
3939

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

0 commit comments

Comments
 (0)