summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2012-03-17 21:24:58 -0400
committer?ric Araujo <merwok@netwok.org>2012-03-17 21:24:58 -0400
commit546d6752f54ed670d332533b84a5ad8df5e066e4 (patch)
treebfd2c168b66b0abffa6913c231faf06eb127b14f
parent1199941aa0bc73243bd3311a93d100a5f78e8509 (diff)
downloaddisutils2-546d6752f54ed670d332533b84a5ad8df5e066e4.tar.gz
Post-release version bump (this time in the code too)
-rw-r--r--distutils2/__init__.py2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/distutils2/__init__.py b/distutils2/__init__.py
index 9d330d2..31ccc8f 100644
--- a/distutils2/__init__.py
+++ b/distutils2/__init__.py
@@ -13,5 +13,5 @@ from logging import getLogger
__all__ = ['__version__', 'logger']
-__version__ = "1.0a3"
+__version__ = "1.0a5.dev0"
logger = getLogger('distutils2')
diff --git a/setup.cfg b/setup.cfg
index c86feb8..3f67a4f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = Distutils2
-version = 1.0a4
+version = 1.0a5.dev0
summary = Python Packaging Library
description-file = README.txt
home-page = http://wiki.python.org/moin/Distutils2