Skip to content

Commit 374140b

Browse files
committed
sisl release: 0.8.2
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent d3d8ba2 commit 374140b

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
@@ -33,10 +33,10 @@
3333

3434
MAJOR = 0
3535
MINOR = 8
36-
MICRO = 1
37-
ISRELEASED = False
36+
MICRO = 2
37+
ISRELEASED = True
3838
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
39-
GIT_REVISION = "8f843e12584399cdf7004504e94381f48fdb8d2c"
39+
GIT_REVISION = "d3d8ba2bc8d78d9435c61ac8148b621c1891e76a"
4040

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

0 commit comments

Comments
 (0)