diff --git a/pyproject.toml b/pyproject.toml index 9504c7f..2f25c78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "synth-sdk" -version = "0.2.84" +version = "0.2.85" description = "" authors = [{name = "Synth AI", email = "josh@usesynth.ai"}] license = {text = "MIT"} @@ -30,6 +30,9 @@ dependencies = [ ] classifiers = [] +[project.urls] +Homepage = "https://github.com/synth-laboratories/synth-sdk" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build" diff --git a/setup.py b/setup.py index 891e383..8b717c2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="synth-sdk", - version="0.2.84", + version="0.2.85", packages=find_packages(), install_requires=[ "opentelemetry-api",