File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
7
7
[project ]
8
8
name = " tracereq-sdk"
9
- version = " 1.0.0 "
9
+ version = " 1.0.2 "
10
10
description = " Python client for TraceReq (https://tracereq.com)"
11
11
readme = " README.md"
12
12
authors = [
@@ -31,7 +31,7 @@ dev = ["pip-tools"]
31
31
Homepage = " https://github.com/tracereq/python-tracereq-sdk"
32
32
33
33
[tool .bumpver ]
34
- current_version = " 1.0.1 "
34
+ current_version = " 1.0.2 "
35
35
version_pattern = " MAJOR.MINOR.PATCH"
36
36
commit_message = " bump version {old_version} -> {new_version}"
37
37
tag_message = " {new_version}"
@@ -43,5 +43,6 @@ push = false
43
43
[tool .bumpver .file_patterns ]
44
44
"pyproject.toml" = [
45
45
' current_version = "{version}"' ,
46
+ ' version = "{version}"' ,
46
47
]
47
48
"tracereq_sdk/__init__.py" = [" {version}" ]
Original file line number Diff line number Diff line change 5
5
"init"
6
6
]
7
7
8
- __version__ = "1.0.1 "
8
+ __version__ = "1.0.2 "
You can’t perform that action at this time.
0 commit comments