Skip to content

Commit 72fa924

Browse files
feat: bump version sdk to v0.3.1
Co-authored-by: antidodo <albin2993@gmail.com>
1 parent e91f73d commit 72fa924

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

poetry.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flame"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
description = ""
55
authors = ["Alexander Röhl <alexander.roehl@uni-tuebingen.de>",
66
"David Hieber <david.hieber@uni-tuebingen.de>"]
@@ -10,7 +10,7 @@ packages = [{ include = "flame" }]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.9"
13-
flamesdk = {git = "https://github.com/PrivateAIM/python-sdk.git", tag = "0.3.0"}
13+
flamesdk = {git = "https://github.com/PrivateAIM/python-sdk.git", tag = "0.3.1"}
1414
#flamesdk = {git = "https://github.com/PrivateAIM/python-sdk.git", branch = "main"}
1515

1616
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)