Open 0.0.2.

This commit is contained in:
Robert Collins
2012-10-27 22:43:39 +13:00
parent 7705fda3e0
commit a21a427fc3

View 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).
__version__ = (0, 0, 1, 'final', 0)
__version__ = (0, 0, 2, 'dev', 0)
def try_import(name, alternative=None, error_callback=None):