diff --git a/docs/history.md b/docs/history.md index 344ffc76b..d0bff8414 100644 --- a/docs/history.md +++ b/docs/history.md @@ -8,6 +8,10 @@ Important changes are emphasized. ## Unreleased +## 19.0.1 + +- Fix regression in Windows wheels + ## 19.0.0 - **Breaking:** Drop support for Python 3.7 diff --git a/setup.py b/setup.py index 155154803..9e5908884 100644 --- a/setup.py +++ b/setup.py @@ -331,7 +331,7 @@ def has_c_libraries(self): setup( name='coincurve', - version='19.0.0', + version='19.0.1', description='Cross-platform Python CFFI bindings for libsecp256k1', long_description=open('README.md', 'r').read(),