Skip to content

Commit

Permalink
set release to true (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
glyg authored Dec 10, 2020
1 parent 759cbf0 commit aece501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
MAJOR = 0
MINOR = 8
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = "%d.%d.%s" % (MAJOR, MINOR, MICRO)


Expand Down
4 changes: 2 additions & 2 deletions setup_noarch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
## Version management copied form numpy
## Thanks to them!
MAJOR = 0
MINOR = 7
MICRO = 1
MINOR = 8
MICRO = 0
ISRELEASED = True
VERSION = "%d.%d.%s" % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit aece501

Please sign in to comment.