Skip to content

Commit

Permalink
Fixes mistaken version bumps
Browse files Browse the repository at this point in the history
Had accidentally de-bumped the version, this fixes it. Would rather
do this than revert or force push.
  • Loading branch information
elijahbenizzy committed Jul 20, 2023
1 parent 65547ed commit 1689c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamilton/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (1, 23, 1)
VERSION = (1, 23, 2)

0 comments on commit 1689c8c

Please sign in to comment.