X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2F__init__.py;h=1e0fcdfa4611c063911bf8053fd44cf4f61c286d;hp=4643d0089a4ad47d771a062f16eb0efef03b91b3;hb=259cb70b213abdbcc0ae255aaf275e0bfeabbb10;hpb=9b685c2cd942cb5b1b0c0c400d9493419730df46 diff --git a/bulletml/__init__.py b/bulletml/__init__.py index 4643d00..1e0fcdf 100644 --- a/bulletml/__init__.py +++ b/bulletml/__init__.py @@ -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))