summaryrefslogtreecommitdiff
path: root/extras/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/__init__.py')
-rw-r--r--extras/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/__init__.py b/extras/__init__.py
index f14ccc0..2d34b52 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, 'dev', 0)
+__version__ = (0, 0, 3, 'final', 0)
def try_import(name, alternative=None, error_callback=None):