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.
2 parents c1a8126 + ff7e3ef commit d1133f2Copy full SHA for d1133f2
ibapi/__init__.py
@@ -8,7 +8,7 @@
8
VERSION = {
9
'major': 10,
10
'minor': 19,
11
- 'micro': 3}
+ 'micro': 4}
12
13
14
def get_version_string():
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nautilus_ibapi"
3
-version = "10.19.03"
+version = "10.19.04"
4
description="Python IB API"
5
authors = ["IBG LLC <[email protected]>"]
6
readme = "README.md"
0 commit comments