Skip to content

Commit

Permalink
sisl release: 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Oct 16, 2017
1 parent 7de485a commit be62516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"""

MAJOR = 0
MINOR = 8
MICRO = 5
ISRELEASED = False
MINOR = 9
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
GIT_REVISION = "306456a709f74bfa3a512e4d35546195d03705a6"
GIT_REVISION = "7de485a50bc9a093faff59a0a3efdced37579621"

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

0 comments on commit be62516

Please sign in to comment.