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.
1 parent ca71689 commit b091de8Copy full SHA for b091de8
d4_pyclient/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.1.4'
+__version__ = '0.1.5'
2
3
from .d4_client import D4Client
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "d4-pyclient"
-version = "0.1.4"
+version = "0.1.5"
4
description = "D4 core software client in Python"
5
authors = ["Aurelien Thirion (Terrtia) <[email protected]>"]
6
license = "BSD-2-Clause"
0 commit comments