diff --git a/pyproject.toml b/pyproject.toml index 4b297830..cf762cef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teslajsonpy" -version = "0.14.0" +version = "0.17.0" description = "A library to work with Tesla API." authors = ["Sergey Isachenko "] license = "Apache-2.0" diff --git a/setup.cfg b/setup.cfg index efc0ae20..a40c79a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,10 @@ [semantic_release] -version_variable=teslajsonpy/__version__.py:__version__ +version_variable=pyproject.toml:version,teslajsonpy/__version__.py:__version__ upload_to_pypi=true check_build_status=false remove_dist=false hvcs=github +build_command=poetry build [pydocstyle] ignore = D202, D212, D416, D213, D203, D407