Documentation updates. Version 1.
[python-bulletml.git] / setup.py
index 5784907..842c7e4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ class test_cmd(Command):
 if __name__ == "__main__":
     setup(cmdclass=dict(
             clean=clean, test=test_cmd, coverage=coverage_cmd, sdist=sdist),
-          name="python-bulletml", version="0.1",
+          name="python-bulletml", version="1",
           url="http://code.google.com/p/python-bulletml/",
           description="parse and run BulletML scripts",
           author="Joe Wreschnig",
@@ -124,6 +124,9 @@ renderer-agnostic.
 In addition to the standard BulletML XML format, this module supports
 an equivalent YAML format.
 
+Finally, two simple collision routines are provided, bulletml.overlaps
+for stationary circles and bulletml.collides for moving circles.
+
 A sample renderer for Pygame is included.
 
 More information is available at the BulletML homepage,