diff options
| author | Robert Collins <robertc@robertcollins.net> | 2012-08-10 02:18:06 +0000 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2012-08-10 02:18:06 +0000 |
| commit | 8708d5706049fde79f2af27f20a117dcbd07183f (patch) | |
| tree | c18c7d5864f43f8e901fbbcf623c7e1c5f9bb789 /oops/__init__.py | |
| parent | 28c44f122eb7b2c318591ee425f51081a927b14c (diff) | |
Release 0.0.13.
Diffstat (limited to 'oops/__init__.py')
| -rw-r--r-- | oops/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oops/__init__.py b/oops/__init__.py index e9329bc..fb6d1f0 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, 0, 13, 'beta', 0) +__version__ = (0, 0, 13, 'final', 0) __all__ = [ 'Config', |
