Skip to content

Commit

Permalink
sisl release: 0.9.7
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Sep 26, 2019
1 parent 01a5bf1 commit 8c4d2c6
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 = 9
MICRO = 6
ISRELEASED = False
MICRO = 7
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
GIT_REVISION = "cc0e705432a2c2d496cea86bb068147b0cb64763"
GIT_REVISION = "01a5bf18d6f322bb4dff5fa31936881c3446b811"
REVISION_YEAR = 2019


Expand Down

0 comments on commit 8c4d2c6

Please sign in to comment.