Skip to content

Commit

Permalink
updated version number 84->85
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Dec 16, 2024
1 parent 6d328a1 commit 5bd4e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "synth-sdk"
version = "0.2.84"
version = "0.2.85"
description = ""
authors = [{name = "Synth AI", email = "[email protected]"}]
license = {text = "MIT"}
Expand Down Expand Up @@ -30,6 +30,9 @@ dependencies = [
]
classifiers = []

[project.urls]
Homepage = "https://github.com/synth-laboratories/synth-sdk"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
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.84",
version="0.2.85",
packages=find_packages(),
install_requires=[
"opentelemetry-api",
Expand Down

0 comments on commit 5bd4e72

Please sign in to comment.