Skip to content

Commit

Permalink
v0.1.5 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoktorski authored Aug 8, 2024
1 parent b3de11f commit 233a306
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
*.egg-info/
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ They can be found in *poseidon_params.txt*.
Changelog
=========

Version 0.1.5 (2024-08-08)
--------------------------

* Update dependencies

Version 0.1.4 (2024-02-12)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poseidon-py"
version = "0.1.4"
version = "0.1.5"
description = "Python implementation of Poseidon hash"
authors = ["drknzz <[email protected]>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _build_extension_mac_linux(self):

setuptools.setup(
name="poseidon_py",
version="0.1.4",
version="0.1.5",
description="Python implementation of Poseidon hash",
long_description=long_description,
author="drknzz",
Expand Down

0 comments on commit 233a306

Please sign in to comment.