Skip to content

Commit 580e902

Browse files
committed
Bump version: 1.5.0 → 1.5.1
1 parent 83fc038 commit 580e902

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.0
2+
current_version = 1.5.1
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.0'
7+
__version__ = '1.5.1'

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.0"
7+
version = "1.5.1"
88
description = "Python API Integration with Rithmic Protocol Buffer API"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)