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