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 97ec3b1 commit 3919356Copy full SHA for 3919356
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 10.2.4
+current_version = 10.2.5
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "terminusdb-client"
-version = "10.2.4"
+version = "10.2.5"
description = "Python client for Terminus DB"
authors = ["TerminusDB group"]
6
license = "Apache Software License"
terminusdb_client/__version__.py
@@ -1,7 +1,7 @@
__title__ = "terminusdb-client"
__description__ = "TerminusDB client library for accessing the Terminus DB API"
__url__ = ""
-__version__ = "10.2.4"
+__version__ = "10.2.5"
__build__ = 00
__author__ = "TerminusDB group"
7
__author_email__ = "[email protected]"
0 commit comments