summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-03-13 01:14:27 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-03-13 01:20:26 -0700
commit9b2ed408c1ff526799d72350cf6c953f105f2b2f (patch)
treeaae868667361c5c79f069aec07fb42c38cd33d73
parentaaf9137174c85a7f8da61dd18b581b9dd0f1f553 (diff)
downloadpyeclib-1.0.5m.tar.gz
v1.0.5m (master version equivalent to v1.0.5 on pypi)v1.0.5m
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e062257..c57e1cd 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',
+ version='1.0.5m',
author='Kevin Greenan',
author_email='kmgreen2@gmail.com',
maintainer='Kevin Greenan and Tushar Gohad',