summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-03-06 22:11:29 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-03-06 22:20:37 -0700
commitbee2754a99e54ef7c5d032044b461feeee8bcf53 (patch)
treee2521f88aaffaf3b304323374fed14736522aaf1
parentbeb360292e5992cd2bc5cd52e6e41182b8f9a573 (diff)
downloadpyeclib-bee2754a99e54ef7c5d032044b461feeee8bcf53.tar.gz
Bump version to 0.2.3v0.2.3
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1e5d8f4..8f16e98 100644
--- a/setup.py
+++ b/setup.py
@@ -150,7 +150,7 @@ module = Extension('pyeclib_c',
sources=['src/c/pyeclib_c/pyeclib_c.c'])
setup(name='PyECLib',
- version='0.2.2',
+ version='0.2.3',
author='Kevin Greenan',
author_email='kmgreen2@gmail.com',
maintainer='Kevin Greenan and Tushar Gohad',