X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2F__init__.py;h=d41422f9870ccf8497ed0ca772af9d13348250c4;hp=f06d0868dd78b5a6b79f05b52eaad2c49e739299;hb=42db3ece1bc4289a5295fdfa1d7a4f68ce710a8a;hpb=41f351faf847cb5bc88c7ff5fc6c21bafc9aa5ee diff --git a/bulletml/__init__.py b/bulletml/__init__.py index f06d086..d41422f 100644 --- a/bulletml/__init__.py +++ b/bulletml/__init__.py @@ -28,7 +28,7 @@ attributes that can be used to influence it. 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"]