Not 1.0 yet.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 09:48:38 +0000 (02:48 -0700)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 09:48:38 +0000 (02:48 -0700)
bulletml/__init__.py

index f06d086..d41422f 100644 (file)
@@ -28,7 +28,7 @@ attributes that can be used to influence it.
 from bulletml.parser import BulletML
 from bulletml.impl import Bullet
 
 from bulletml.parser import BulletML
 from bulletml.impl import Bullet
 
-VERSION = (1, 0)
+VERSION = (0, 1)
 VERSION_STRING = ".".join(map(str, VERSION))
 
 __all__ = ["VERSION", "VERSION_STRING", "Bullet", "BulletML"]
 VERSION_STRING = ".".join(map(str, VERSION))
 
 __all__ = ["VERSION", "VERSION_STRING", "Bullet", "BulletML"]