Skip to content

Commit

Permalink
Merge pull request #4 from phasehq/v1
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
rohan-chaturvedi authored Jun 2, 2023
2 parents d4958dc + d0ff398 commit 28bb498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SDK to integrate Phase in server-side applications running Python

## Install

`pip install phase-sdk`
`pip install phase-dev`

## Import

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/phase/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.3"
__version__ = "1.0.0"
__ph_version__ = "v1"

0 comments on commit 28bb498

Please sign in to comment.