Fix not being able to import the module
[python-simplemediawiki.debian] / setup.py
index ab3472afbb416ced2fcc3206d54c22a1b595acab..79a2b1effb772e04be39e0b85e9826543265de8c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from distutils.core import setup
 setup(name='simplemediawiki',
-      version='1.0.1',
+      version='1.0.2',
       description='Extremely low-level wrapper to the MediaWiki API',
       author='Ian Weller',
       author_email='ian@ianweller.org',

Benjamin Mako Hill || Want to submit a patch?