Skip to content

Commit

Permalink
fix(pyproject.toml): update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simjak committed Sep 30, 2024
1 parent 18b9e5c commit e04c595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "aurelio-sdk"
version = "0.0.1"
version = "0.0.2"
description = "Aurelio Platform SDK"
authors = ["Team <[email protected]>"]
readme = "README.md"
packages = [{ include = "aurelio_sdk" }]

[project]
name = "aurelio-sdk"
version = "0.0.1"
version = "0.0.2"
license = { file = "LICENSE" }

[tool.poetry.dependencies]
Expand Down

0 comments on commit e04c595

Please sign in to comment.