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 008b8d8 commit 609d0feCopy full SHA for 609d0fe
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "tracereq-sdk"
9
-version = "1.0.0"
+version = "1.0.2"
10
description = "Python client for TraceReq (https://tracereq.com)"
11
readme = "README.md"
12
authors = [
@@ -31,7 +31,7 @@ dev = ["pip-tools"]
31
Homepage = "https://github.com/tracereq/python-tracereq-sdk"
32
33
[tool.bumpver]
34
-current_version = "1.0.1"
+current_version = "1.0.2"
35
version_pattern = "MAJOR.MINOR.PATCH"
36
commit_message = "bump version {old_version} -> {new_version}"
37
tag_message = "{new_version}"
tracereq_sdk/__init__.py
@@ -5,4 +5,4 @@
5
"init"
]
-__version__ = "1.0.1"
+__version__ = "1.0.2"
0 commit comments