Skip to content

Commit

Permalink
release v19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Mar 2, 2024
1 parent b8e9dfe commit 69f394a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 69f394a

Please sign in to comment.