summaryrefslogtreecommitdiff
path: root/oops/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'oops/__init__.py')
-rw-r--r--oops/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oops/__init__.py b/oops/__init__.py
index 65041f4..c9d9a06 100644
--- a/oops/__init__.py
+++ b/oops/__init__.py
@@ -25,7 +25,7 @@
# established at this point, and setup.py will use a version of next-$(revno).
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
# Otherwise it is major.minor.micro~$(revno).
-__version__ = (0, 1, 0, "final", 0)
+__version__ = (0, 2, 0, "final", 0)
__all__ = [
"Config",