summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-13 21:32:30 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-13 21:32:30 +1300
commit7d5ea56d1f22af33f6182e84b1f55ccc84fbb5cf (patch)
treeac23bc51c96af1343d152626768120dc1239d45e /extras
parenta21a427fc3629e4bcb208618b3de3772a6e67d41 (diff)
downloadpython-test-extras-7d5ea56d1f22af33f6182e84b1f55ccc84fbb5cf.tar.gz
Release 0.0.2, removing Makefile cruft.0.0.2
Diffstat (limited to 'extras')
-rw-r--r--extras/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/__init__.py b/extras/__init__.py
index 1ad7437..2d4a44e 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, 2, 'dev', 0)
+__version__ = (0, 0, 2, 'final', 0)
def try_import(name, alternative=None, error_callback=None):