Skip to content

Commit

Permalink
synth-sdk 0.2.94 updated to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Dec 16, 2024
1 parent 5bd4e72 commit c309626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "synth-sdk"
version = "0.2.85"
version = "0.2.94"
description = ""
authors = [{name = "Synth AI", email = "[email protected]"}]
license = {text = "MIT"}
Expand Down Expand Up @@ -34,8 +34,8 @@ classifiers = []
Homepage = "https://github.com/synth-laboratories/synth-sdk"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.uv.sources]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="synth-sdk",
version="0.2.85",
version="0.2.94",
packages=find_packages(),
install_requires=[
"opentelemetry-api",
Expand Down

0 comments on commit c309626

Please sign in to comment.