Skip to content

Commit 609d0fe

Browse files
committed
bump version 1.0.1 -> 1.0.2
1 parent 008b8d8 commit 609d0fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "tracereq-sdk"
9-
version = "1.0.0"
9+
version = "1.0.2"
1010
description = "Python client for TraceReq (https://tracereq.com)"
1111
readme = "README.md"
1212
authors = [
@@ -31,7 +31,7 @@ dev = ["pip-tools"]
3131
Homepage = "https://github.com/tracereq/python-tracereq-sdk"
3232

3333
[tool.bumpver]
34-
current_version = "1.0.1"
34+
current_version = "1.0.2"
3535
version_pattern = "MAJOR.MINOR.PATCH"
3636
commit_message = "bump version {old_version} -> {new_version}"
3737
tag_message = "{new_version}"

tracereq_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"init"
66
]
77

8-
__version__ = "1.0.1"
8+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)