Open 0.0.3.
authorRobert Collins <robertc@robertcollins.net>
Thu, 13 Dec 2012 08:34:26 +0000 (21:34 +1300)
committerRobert Collins <robertc@robertcollins.net>
Thu, 13 Dec 2012 08:34:26 +0000 (21:34 +1300)
extras/__init__.py

index 2d4a44e9f83033494c2df1f53d687afcc68e9e09..f14ccc0c416e569ab4fbd13cb9395aad5ca26b02 100644 (file)
@@ -22,7 +22,7 @@ __all__ = [
 # If the releaselevel is 'final', then the tarball will be major.minor.micro.
 # Otherwise it is major.minor.micro~$(revno).
 
 # If the releaselevel is 'final', then the tarball will be major.minor.micro.
 # Otherwise it is major.minor.micro~$(revno).
 
-__version__ = (0, 0, 2, 'final', 0)
+__version__ = (0, 0, 3, 'dev', 0)
 
 
 def try_import(name, alternative=None, error_callback=None):
 
 
 def try_import(name, alternative=None, error_callback=None):