From: Joe Wreschnig Date: Wed, 17 Mar 2010 09:48:38 +0000 (-0700) Subject: Not 1.0 yet. X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=commitdiff_plain;h=42db3ece1bc4289a5295fdfa1d7a4f68ce710a8a;hp=41f351faf847cb5bc88c7ff5fc6c21bafc9aa5ee Not 1.0 yet. --- 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"]