From 85647baebaf069cbab84ef402a56f4d1c8f69346 Mon Sep 17 00:00:00 2001 From: rohan-chaturvedi Date: Fri, 2 Jun 2023 15:12:34 +0530 Subject: [PATCH 1/2] chore: bump version to v1.0.0 --- pyproject.toml | 2 +- src/phase/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df7394f..18db5c4 100644 --- a/pyproject.toml +++ b/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" diff --git a/src/phase/version.py b/src/phase/version.py index ba94c1a..c2073d2 100644 --- a/src/phase/version.py +++ b/src/phase/version.py @@ -1,2 +1,2 @@ -__version__ = "0.0.3" +__version__ = "1.0.0" __ph_version__ = "v1" From d0ff3987cf6ab6152ee861e9c2a9a6e92037c1b0 Mon Sep 17 00:00:00 2001 From: rohan-chaturvedi Date: Fri, 2 Jun 2023 15:12:47 +0530 Subject: [PATCH 2/2] fix: install command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5b0ec..cb8e690 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SDK to integrate Phase in server-side applications running Python ## Install -`pip install phase-sdk` +`pip install phase-dev` ## Import