Skip to content

Commit

Permalink
sisl release: 0.9.6
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Jun 18, 2019
1 parent cc0e705 commit 88f92df
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 @@ -33,11 +33,11 @@

MAJOR = 0
MINOR = 9
MICRO = 5
ISRELEASED = False
MICRO = 6
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
GIT_REVISION = "305080f5119b26cedaf5513ec6f9ea1389334ab9"
REVISION_YEAR = 2018
GIT_REVISION = "cc0e705432a2c2d496cea86bb068147b0cb64763"
REVISION_YEAR = 2019


# The MANIFEST should be updated (which it only is
Expand Down

0 comments on commit 88f92df

Please sign in to comment.