Skip to content

Commit 0f0b66e

Browse files
committed
Bump version: 1.5.4 → 1.5.5
1 parent 42e6463 commit 0f0b66e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.4
2+
current_version = 1.5.5
33
commit = True
44
tag = True
55

async_rithmic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .exceptions import *
55
from .objects import RetrySettings, ReconnectionSettings
66

7-
__version__ = '1.5.4'
7+
__version__ = '1.5.5'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "async_rithmic"
7-
version = "1.5.4"
7+
version = "1.5.5"
88
description = "Python API Integration with Rithmic Protocol Buffer API"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)