Skip to content

Commit 861d588

Browse files
committed
Bump version: 1.2.11 → 1.2.12
1 parent f860adc commit 861d588

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.2.11
2+
current_version = 1.2.12
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
@@ -2,4 +2,4 @@
22
from .enums import *
33
from .logger import logger
44

5-
__version__ = '1.2.11'
5+
__version__ = '1.2.12'

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

0 commit comments

Comments
 (0)