Skip to content

Commit

Permalink
Prepare setup.py for release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrizzi committed Mar 10, 2016
1 parent 995a24c commit 7ae1848
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 @@ -24,8 +24,8 @@


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

Expand Down

0 comments on commit 7ae1848

Please sign in to comment.