From e3b5a1b7bd0510a8bdd1cc0cf7933df28012d147 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 18 May 2016 21:16:56 +1200 Subject: Release 1.0.0. --- extras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/__init__.py') diff --git a/extras/__init__.py b/extras/__init__.py index 29d2230..e453bc9 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, 3, 'final', 0) +__version__ = (1, 0, 0, 'final', 0) def try_import(name, alternative=None, error_callback=None): -- cgit v1.2.1