Skip to content

Commit

Permalink
Bump to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKGrimes committed Aug 30, 2024
1 parent 9db1865 commit 1f9dbca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.0.2"
current_version = "1.0.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ['{major}.{minor}.{patch}']
search = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SMAX for Python
Client side python library for communicating with SMA-X (aka Redis).

Version 1.0.2
Version 1.0.3

[API Documentation](https://ideal-funicular-124903cd.pages.github.io/)

Expand Down
2 changes: 1 addition & 1 deletion src/smax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.2'
__version__ = '1.0.3'

from .smax_client import SmaxData, SmaxInt, SmaxFloat, SmaxBool, SmaxStr, \
SmaxStrArray, SmaxArray, SmaxStruct, SmaxInt8, SmaxInt16, SmaxInt32, \
Expand Down

0 comments on commit 1f9dbca

Please sign in to comment.