Skip to content

Commit 3919356

Browse files
author
Matthijs van Otterdijk
authored
Bump version: 10.2.4 → 10.2.5 (terminusdb#423)
1 parent 97ec3b1 commit 3919356

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 10.2.4
2+
current_version = 10.2.5
33
commit = True
44
tag = True
55

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "terminusdb-client"
3-
version = "10.2.4"
3+
version = "10.2.5"
44
description = "Python client for Terminus DB"
55
authors = ["TerminusDB group"]
66
license = "Apache Software License"

terminusdb_client/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "terminusdb-client"
22
__description__ = "TerminusDB client library for accessing the Terminus DB API"
33
__url__ = ""
4-
__version__ = "10.2.4"
4+
__version__ = "10.2.5"
55
__build__ = 00
66
__author__ = "TerminusDB group"
77
__author_email__ = "[email protected]"

0 commit comments

Comments
 (0)