Skip to content

Commit

Permalink
sisl release: 0.9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Aug 4, 2018
1 parent 56550eb commit 2c8522a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@

MAJOR = 0
MINOR = 9
MICRO = 3
MICRO = 4
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
GIT_REVISION = "b6a081d924abce377638ae8f0bda4663c8d41d98"
GIT_REVISION = "56550eb5924245b9908963ba07a67d8f34108599"

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

0 comments on commit 2c8522a

Please sign in to comment.