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 9a82858 commit 54b342eCopy full SHA for 54b342e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 11.0.0
+current_version = 11.1.0
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "terminusdb-client"
-version = "11.0.0"
+version = "11.1.0"
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__ = "11.0.0"
+__version__ = "11.1.0"
__build__ = 00
__author__ = "TerminusDB group"
7
__author_email__ = "team@terminusdb.com"
0 commit comments