Skip to content

Commit 8296e1c

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent 3de45fc commit 8296e1c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

66
[bumpversion:file:pyproxy_sdk/__init__.py]
7+
78
[bumpversion:file:pyproject.toml]
89
search = version = "{current_version}"
910
replace = version = "{new_version}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "pyproxytools-sdk"
33
description = "Python API Client for PyProxy"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
readme = "README.md"
66
license = "MIT"
77
license-files = [

pyproxy_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
that holds the current version number of the application.
44
"""
55

6-
__version__ = "0.1.1"
6+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)