We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4958dc commit 85647baCopy full SHA for 85647ba
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "phase_dev"
7
-version = "0.0.3"
+version = "1.0.0"
8
description = "Python SDK for Phase"
9
readme = "README.md"
10
requires-python = ">=3.10"
src/phase/version.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.0.3"
+__version__ = "1.0.0"
2
__ph_version__ = "v1"
0 commit comments