We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e6463 commit 0f0b66eCopy full SHA for 0f0b66e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.4
+current_version = 1.5.5
3
commit = True
4
tag = True
5
async_rithmic/__init__.py
@@ -4,4 +4,4 @@
from .exceptions import *
from .objects import RetrySettings, ReconnectionSettings
6
7
-__version__ = '1.5.4'
+__version__ = '1.5.5'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "async_rithmic"
-version = "1.5.4"
+version = "1.5.5"
8
description = "Python API Integration with Rithmic Protocol Buffer API"
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments