Code

Imported upstream version 1.4.8
[pkg-rrdtool.git] / bindings / python / setup.py
index 83f35b6caff85cdc1492d6fcffba62bfe6029f29..1b024144be99a041a74159e9f11a54acbebb42c1 100644 (file)
@@ -36,7 +36,7 @@ library_dir = os.environ.get('BUILDLIBDIR', os.path.join(RRDBASE, '.libs'))
 include_dir = os.environ.get('INCDIR', RRDBASE)
 
 setup(name = "py-rrdtool",
-      version = "0.2.1",
+      version = "0.2.2",
       description = "Python Interface to RRDTool",
       author = "Hye-Shik Chang",
       author_email = "perky@fallin.lv",