v1.0-rc2
This commit is contained in:
parent
232209ce61
commit
3fc03ac0fa
@ -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
2
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.
|
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,
|
||||||
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user