Skip to content

Commit

Permalink
sisl release: 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Mar 31, 2017
1 parent d3d8ba2 commit 374140b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

MAJOR = 0
MINOR = 8
MICRO = 1
ISRELEASED = False
MICRO = 2
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
GIT_REVISION = "8f843e12584399cdf7004504e94381f48fdb8d2c"
GIT_REVISION = "d3d8ba2bc8d78d9435c61ac8148b621c1891e76a"

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

0 comments on commit 374140b

Please sign in to comment.