Skip to content

Commit a931150

Browse files
fix: package name, version, deps
1 parent fa26556 commit a931150

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ requires = ["setuptools", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "phase"
7-
version = "0.0.3"
6+
name = "phase_dev"
7+
version = "0.0.1"
88
description = "Python SDK for Phase"
99
readme = "README.md"
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.10"
1111
classifiers = [
1212
"Programming Language :: Python :: 3",
1313
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)