Documentation updates. Version 1.
[python-bulletml.git] / bulletml / __init__.py
index 2a825cd..c31dce7 100644 (file)
@@ -38,7 +38,7 @@ from bulletml.parser import BulletML
 from bulletml.impl import Bullet
 from bulletml.collision import overlaps, collides
 
 from bulletml.impl import Bullet
 from bulletml.collision import overlaps, collides
 
-VERSION = (0, 1)
+VERSION = (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",