summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tusharsg@gmail.com>2015-06-22 04:57:50 +0000
committerTushar Gohad <tusharsg@gmail.com>2015-06-22 04:57:50 +0000
commit2d0ff6ee21fbca9030220874f5902caf7abb2def (patch)
treee699079b7b30c9080b0499908c2d592a33ab9c89
parent34507789b4a7aad2ec29d81f772354989676313d (diff)
downloadpyeclib-2d0ff6ee21fbca9030220874f5902caf7abb2def.tar.gz
Bump master version to 1.0.8 (in turn fix #64)
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4521806..606a15e 100644
--- a/setup.py
+++ b/setup.py
@@ -178,7 +178,7 @@ module = Extension('pyeclib_c',
sources=['src/c/pyeclib_c/pyeclib_c.c'])
setup(name='PyECLib',
- version='1.0.5m',
+ version='1.0.8',
author='Kevin Greenan',
author_email='kmgreen2@gmail.com',
maintainer='Kevin Greenan and Tushar Gohad',