Skip to content

Commit

Permalink
sisl release: 0.9.5
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Nov 12, 2018
1 parent 305080f commit 8663bdd
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 @@ -32,10 +32,10 @@

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


Expand Down

0 comments on commit 8663bdd

Please sign in to comment.