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