Skip to content

Commit 51cb567

Browse files
fix: updates to poetry configuration
1 parent 3ca801e commit 51cb567

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

adam_modbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.2"

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "adam-modbus"
3-
version = "0.0.1"
3+
version = "0.1.2"
44
description = "asyncio python interface for Advantech ADAM modules"
55
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
66
license = "MIT"
@@ -24,11 +24,6 @@ build-backend = "poetry.core.masonry.api"
2424
style = "poetry_scripts:style"
2525

2626
[tool.semantic_release]
27-
version_variable = [
28-
"adam_modbus/__init__.py:__version__",
29-
"pyproject.toml:version"
30-
]
31-
branch = "main"
32-
upload_to_pypi = true
33-
upload_to_release = false
27+
version_variables = ["adam_modbus/__init__.py:__version__"]
28+
version_toml = ["pyproject.toml:tool.poetry.version"]
3429
build_command = "pip install poetry && poetry build"

0 commit comments

Comments
 (0)