Skip to content

Commit f12acdd

Browse files
authored
fix: bump CLI and Poetry plugin versions after rich library updates (#368)
* bump Poetry plugin to 1.40.1 * bump CLI to 1.33.1
1 parent 97559d5 commit f12acdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/poetry_polylith_plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-polylith-plugin"
3-
version = "1.40.0"
3+
version = "1.40.1"
44
description = "A Poetry plugin that adds tooling support for the Polylith Architecture"
55
authors = ["David Vujic"]
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"

projects/polylith_cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "polylith-cli"
3-
version = "1.33.0"
3+
version = "1.33.1"
44
description = "Python tooling support for the Polylith Architecture"
55
authors = ['David Vujic']
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"

0 commit comments

Comments
 (0)