Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Update pyproject.toml. Update to point out the deprecation of the pac…
Browse files Browse the repository at this point in the history
…kage.
  • Loading branch information
stmoebius authored Jan 21, 2025
1 parent 1642865 commit 040ef90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "wandelbots"
version = "0.5.6"
description = "Official Python client for the Wandelbots API"
version = "0.5.7"
description = "Deprecated Python client for the Wandelbots API. There will be no further updates of this package. Please consider migrating to [wandelbots-nova](https://pypi.org/project/wandelbots-nova)."
authors = ["Martin George <martin.george@wandelbots.com>"]
readme = "README.md"

Expand Down Expand Up @@ -90,4 +90,4 @@ insecure = false

[tool.semantic_release.publish]
dist_glob_patterns = ["dist/*"]
upload_to_vcs_release = true
upload_to_vcs_release = true

0 comments on commit 040ef90

Please sign in to comment.