We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de45fc commit 8296e1cCopy full SHA for 8296e1c
3 files changed
.bumpversion.cfg
@@ -1,9 +1,10 @@
1
[bumpversion]
2
-current_version = 0.1.1
+current_version = 0.1.2
3
commit = True
4
tag = True
5
6
[bumpversion:file:pyproxy_sdk/__init__.py]
7
+
8
[bumpversion:file:pyproject.toml]
9
search = version = "{current_version}"
10
replace = version = "{new_version}"
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "pyproxytools-sdk"
description = "Python API Client for PyProxy"
-version = "0.1.1"
+version = "0.1.2"
readme = "README.md"
license = "MIT"
license-files = [
pyproxy_sdk/__init__.py
@@ -3,4 +3,4 @@
that holds the current version number of the application.
"""
-__version__ = "0.1.1"
+__version__ = "0.1.2"
0 commit comments