projects
/
python-bulletml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
41f351f
)
Not 1.0 yet.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 09:48:38 +0000
(
02:48
-0700)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 09:48:38 +0000
(
02:48
-0700)
bulletml/__init__.py
patch
|
blob
|
history
diff --git
a/bulletml/__init__.py
b/bulletml/__init__.py
index f06d0868dd78b5a6b79f05b52eaad2c49e739299..d41422f9870ccf8497ed0ca772af9d13348250c4 100644
(file)
--- 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
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"]
VERSION_STRING = ".".join(map(str, VERSION))
__all__ = ["VERSION", "VERSION_STRING", "Bullet", "BulletML"]