Skip to content

Commit

Permalink
Update version number for future development
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Oct 4, 2012
1 parent f41a9df commit bbde3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cache_panel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = (0, 1, 0, "f", 1) # following PEP 386
DEV_N = None # for PyPi releases, set this to None
VERSION = (0, 2, 0, "a", 1) # following PEP 386
DEV_N = 1 # for PyPi releases, set this to None


def get_version(short=False):
Expand Down

0 comments on commit bbde3df

Please sign in to comment.