From 42db3ece1bc4289a5295fdfa1d7a4f68ce710a8a Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Wed, 17 Mar 2010 02:48:38 -0700 Subject: [PATCH] Not 1.0 yet. --- bulletml/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- 2.20.1