Skip to content

Commit 6282f2b

Browse files
committed
chore: bump version
1 parent 9231b52 commit 6282f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "phase_dev"
7-
version = "2.0.1"
7+
version = "2.1.0"
88
description = "Python SDK for Phase secrets manager"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/phase/utils/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import re
33

4-
__version__ = "2.0.1"
4+
__version__ = "2.1.0"
55
__ph_version__ = "v1"
66

77

0 commit comments

Comments
 (0)