Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Updated the version number for continued development
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Sep 8, 2011
1 parent 28843fc commit bc84f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug_logging/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = (0, 3, 0, "f", 1) # following PEP 386
DEV_N = None # for PyPi releases, set this to None
VERSION = (0, 4, 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 bc84f2d

Please sign in to comment.