Skip to content

Commit 650554d

Browse files
committed
fix: Instruct semantic-releases to up version in poetry config
1 parent 27806bc commit 650554d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "pydantic-ssm-settings"
7-
version = "0.0.1"
7+
version = "0.2.1"
88
description = "Replace Pydantic's builtin Secret Support with a configuration provider that loads parameters from AWS Systems Manager Parameter Store."
99
authors = ["Anthony Lukach <anthonylukach@gmail.com>"]
1010
maintainers = ["Anthony Lukach <anthonylukach@gmail.com>"]
@@ -32,6 +32,7 @@ flake9 = "^3.8.3"
3232
# https://python-semantic-release.readthedocs.io/en/latest/configuration.html
3333
branch = "main"
3434
version_variable = "pydantic_ssm_settings/__init__.py:__version__"
35+
version_toml = "pyproject.toml:tool.poetry.version"
3536
build_command = "pip install poetry && poetry build" # https://github.com/relekang/python-semantic-release/issues/222#issuecomment-709326972
3637
upload_to_pypi = true
3738
upload_to_release = true

0 commit comments

Comments
 (0)