Skip to content

Commit 85647ba

Browse files
chore: bump version to v1.0.0
1 parent d4958dc commit 85647ba

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 = "0.0.3"
7+
version = "1.0.0"
88
description = "Python SDK for Phase"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/phase/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.3"
1+
__version__ = "1.0.0"
22
__ph_version__ = "v1"

0 commit comments

Comments
 (0)