Skip to content

Commit

Permalink
Bumping pypechain version to v0.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheng Lundquist committed Dec 4, 2024
1 parent 8347e32 commit 9d7a8a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/hyperdrivetypes/prerequisite.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.47
pypechain == 0.0.48
4 changes: 2 additions & 2 deletions python/hyperdrivetypes/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hyperdrivetypes"
version = "1.0.20.11"
version = "1.0.20.12"

# Authors are the current, primary stewards of the repo
# contributors can be found on github
Expand All @@ -20,7 +20,7 @@ classifiers = [
"Natural Language :: English",
]

dependencies = ["pypechain==0.0.47", "fixedpointmath"]
dependencies = ["pypechain==0.0.48", "fixedpointmath"]

[project.optional-dependencies]
dev = ["pyright>=1.1.384", "pytest"]
Expand Down

0 comments on commit 9d7a8a8

Please sign in to comment.