summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-03-08 00:58:48 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-03-08 01:00:16 -0700
commit3fc03ac0fa1e987c46f6f9ec777553f0f5792d10 (patch)
tree43225115948d1b1dda97927d94b78962d030a6f7
parent232209ce610ee5cc14b47d9e9ce345cdb08eda4e (diff)
downloadpyeclib-3fc03ac0fa1e987c46f6f9ec777553f0f5792d10.tar.gz
v1.0-rc2v1.0-rc2
-rw-r--r--License.txt3
-rw-r--r--README2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 3 deletions
diff --git a/License.txt b/License.txt
index 6ffc25b..2d3f241 100644
--- a/License.txt
+++ b/License.txt
@@ -1,4 +1,5 @@
-Copyright (c) 2013, Kevin Greenan (kmgreen2@gmail.com)
+Copyright (c) 2013-2015, Kevin Greenan (kmgreen2@gmail.com)
+Copyright (c) 2013-2015, Tushar Gohad (tusharsg@gmail.com)
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/README b/README
index 389712a..8df531e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is v1.0-rc1 of PyECLib. This library provides a simple Python interface for
+This is v1.0-rc2 of PyECLib. This library provides a simple Python interface for
implementing erasure codes and is known to work with Python v2.6, 2.7 and 3.x.
To obtain the best possible performance, the library utilizes liberasurecode,
diff --git a/setup.py b/setup.py
index ed86f7d..b0d81ef 100644
--- a/setup.py
+++ b/setup.py
@@ -187,7 +187,7 @@ module = Extension('pyeclib_c',
sources=['src/c/pyeclib_c/pyeclib_c.c'])
setup(name='PyECLib',
- version='0.9.10',
+ version='1.0-rc2',
author='Kevin Greenan',
author_email='kmgreen2@gmail.com',
maintainer='Kevin Greenan and Tushar Gohad',