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.
2 parents d4958dc + d0ff398 commit 28bb498Copy full SHA for 28bb498
README.md
@@ -4,7 +4,7 @@ SDK to integrate Phase in server-side applications running Python
4
5
## Install
6
7
-`pip install phase-sdk`
+`pip install phase-dev`
8
9
## Import
10
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "phase_dev"
-version = "0.0.3"
+version = "1.0.0"
description = "Python SDK for Phase"
readme = "README.md"
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