diff options
Diffstat (limited to 'testtools/__init__.py')
| -rw-r--r-- | testtools/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/__init__.py b/testtools/__init__.py index 6327c15..8327435 100644 --- a/testtools/__init__.py +++ b/testtools/__init__.py @@ -77,4 +77,4 @@ from testtools.distutilscmd import ( # If the releaselevel is 'final', then the tarball will be major.minor.micro. # Otherwise it is major.minor.micro~$(revno). -__version__ = (0, 9, 10, 'dev', 0) +__version__ = (0, 9, 10, 'final', 0) |
