Release 0.0.2, removing Makefile cruft.
[third_party/extras] / extras / __init__.py
index 1ad74377893ad8716cc54a6faad2a6c4471a0866..2d4a44e9f83033494c2df1f53d687afcc68e9e09 100644 (file)
@@ -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, 2, 'dev', 0)
+__version__ = (0, 0, 2, 'final', 0)
 
 
 def try_import(name, alternative=None, error_callback=None):