Action: Fix probable bug in direction handling when there's only one frame left.
[python-bulletml.git] / bulletml / __init__.py
index 4643d00..1e0fcdf 100644 (file)
@@ -5,3 +5,6 @@ http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html
 
 from bulletml.parser import BulletML
 from bulletml.impl import Bullet, Action
+
+VERSION = (1, 0)
+VERSION_STRING = ".".join(map(str, VERSION))