X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2F__init__.py;h=c31dce7640a84f27245e987beeeb6e87e9906f4e;hp=2a825cdb705ca21b0a0ae4edc7ae2d5f648aaa6e;hb=bcc629f4faa2e762fb9d8c92af7583497dc15e2a;hpb=0f067785de711c772c2c44c7f1e1cf8b44b2704f;ds=sidebyside diff --git a/bulletml/__init__.py b/bulletml/__init__.py index 2a825cd..c31dce7 100644 --- a/bulletml/__init__.py +++ b/bulletml/__init__.py @@ -38,7 +38,7 @@ from bulletml.parser import BulletML 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",