Skip to content

Commit

Permalink
fix: updates to poetry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagruenstein committed Aug 7, 2023
1 parent 3ca801e commit 51cb567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion adam_modbus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.2"
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "adam-modbus"
version = "0.0.1"
version = "0.1.2"
description = "asyncio python interface for Advantech ADAM modules"
authors = ["Josh Gruenstein <[email protected]>"]
license = "MIT"
Expand All @@ -24,11 +24,6 @@ build-backend = "poetry.core.masonry.api"
style = "poetry_scripts:style"

[tool.semantic_release]
version_variable = [
"adam_modbus/__init__.py:__version__",
"pyproject.toml:version"
]
branch = "main"
upload_to_pypi = true
upload_to_release = false
version_variables = ["adam_modbus/__init__.py:__version__"]
version_toml = ["pyproject.toml:tool.poetry.version"]
build_command = "pip install poetry && poetry build"

0 comments on commit 51cb567

Please sign in to comment.