This commit is contained in:
Tushar Gohad 2015-03-08 00:58:48 -07:00
parent 232209ce61
commit 3fc03ac0fa
3 changed files with 4 additions and 3 deletions

View File

@ -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. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

2
README
View File

@ -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. 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, To obtain the best possible performance, the library utilizes liberasurecode,

View File

@ -187,7 +187,7 @@ module = Extension('pyeclib_c',
sources=['src/c/pyeclib_c/pyeclib_c.c']) sources=['src/c/pyeclib_c/pyeclib_c.c'])
setup(name='PyECLib', setup(name='PyECLib',
version='0.9.10', version='1.0-rc2',
author='Kevin Greenan', author='Kevin Greenan',
author_email='kmgreen2@gmail.com', author_email='kmgreen2@gmail.com',
maintainer='Kevin Greenan and Tushar Gohad', maintainer='Kevin Greenan and Tushar Gohad',