From 3fc03ac0fa1e987c46f6f9ec777553f0f5792d10 Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Sun, 8 Mar 2015 00:58:48 -0700 Subject: [PATCH] v1.0-rc2 --- License.txt | 3 ++- README | 2 +- setup.py | 2 +- 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',