Skip to content

Commit

Permalink
fix: package name, version, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi committed May 28, 2023
1 parent fa26556 commit a931150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "phase"
version = "0.0.3"
name = "phase_dev"
version = "0.0.1"
description = "Python SDK for Phase"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit a931150

Please sign in to comment.