Fix not being able to import the module
[python-simplemediawiki.debian] / setup.py
index ccd9d6be0bf972239f2e686cabf7d555b40ca279..79a2b1effb772e04be39e0b85e9826543265de8c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from distutils.core import setup
 setup(name='simplemediawiki',
-      version='1.0',
+      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?