Skip to content

Commit

Permalink
Bumping the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Dec 9, 2024
1 parent 31c50a3 commit a85baec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpr_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "9"
_PATCH = "6"
_PATCH = "7"
_SUFFIX = ""

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
Expand Down

0 comments on commit a85baec

Please sign in to comment.