Skip to content

Commit d1133f2

Browse files
authored
Update Stable to 10.19.04
2 parents c1a8126 + ff7e3ef commit d1133f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ibapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
VERSION = {
99
'major': 10,
1010
'minor': 19,
11-
'micro': 3}
11+
'micro': 4}
1212

1313

1414
def get_version_string():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nautilus_ibapi"
3-
version = "10.19.03"
3+
version = "10.19.04"
44
description="Python IB API"
55
authors = ["IBG LLC <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)