Skip to content

Commit

Permalink
Version bump: 0.1.13 -> 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed May 8, 2023
1 parent 484f5aa commit 05f08da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padelpy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 13, "")
VERSION = (0, 1, 14, "")

__version__ = ".".join(map(str, VERSION[:-1]))
__release__ = ".".join(map(str, VERSION))

0 comments on commit 05f08da

Please sign in to comment.