Skip to content

Commit

Permalink
Update for 0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlmobley committed May 21, 2017
1 parent 77a71ac commit 8609ff6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@


##########################
VERSION = "0.8.0.dev0"
ISRELEASED = False
#VERSION = "0.8.0.dev0"
VERSION = "0.8.0"
ISRELEASED = True
__version__ = VERSION
##########################

Expand Down

0 comments on commit 8609ff6

Please sign in to comment.