Browse Source

final backward compatible release

tb
ofek 7 years ago
parent
commit
40bf3ab250
  1. 4
      README.md
  2. 2
      setup.py

4
README.md

@ -17,13 +17,13 @@ New features include:
- Linux & macOS wheels now use GMP
- Endomorphism optimization is now enabled
**To retain backward compatibility with secp256k1-py, use coincurve version 2.1.0 specifically!**
**To retain backward compatibility with secp256k1-py, use coincurve version 2.1.1 specifically!**
Anything after that will have a modified (cleaner :) API and only support Python 3.
## Installation
```
pip install coincurve==2.1.0
pip install coincurve==2.1.1
```
### Precompiled binary packages (wheels)

2
setup.py

@ -261,7 +261,7 @@ else:
setup(
name='coincurve',
version='2.1.0',
version='2.1.1',
description='Cross-platform Python CFFI bindings for libsecp256k1',
long_description=open('README.md', 'r').read(),

Loading…
Cancel
Save