Skip to content

Commit 28bb498

Browse files
Merge pull request #4 from phasehq/v1
chore: bump version
2 parents d4958dc + d0ff398 commit 28bb498

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SDK to integrate Phase in server-side applications running Python
44

55
## Install
66

7-
`pip install phase-sdk`
7+
`pip install phase-dev`
88

99
## Import
1010

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)