From a21a427fc3629e4bcb208618b3de3772a6e67d41 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sat, 27 Oct 2012 22:43:39 +1300 Subject: [PATCH] Open 0.0.2. --- extras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/__init__.py b/extras/__init__.py index be926a2..1ad7437 100644 --- a/extras/__init__.py +++ b/extras/__init__.py @@ -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). -__version__ = (0, 0, 1, 'final', 0) +__version__ = (0, 0, 2, 'dev', 0) def try_import(name, alternative=None, error_callback=None):