File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.0.1 "
1+ __version__ = "0.1.2 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " adam-modbus"
3- version = " 0.0.1 "
3+ version = " 0.1.2 "
44description = " asyncio python interface for Advantech ADAM modules"
55authors = [" Josh Gruenstein <josh@tutorintelligence.com>" ]
66license = " MIT"
@@ -24,11 +24,6 @@ build-backend = "poetry.core.masonry.api"
2424style = " 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" ]
3429build_command = " pip install poetry && poetry build"
You can’t perform that action at this time.
0 commit comments