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 e1a02dd commit 9c1c11dCopy full SHA for 9c1c11d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.3
+current_version = 1.4.4
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.4.3'
+__version__ = '1.4.4'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "async_rithmic"
-version = "1.4.3"
+version = "1.4.4"
8
description = "Python API Integration with Rithmic Protocol Buffer API"
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments