mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-17 09:29:26 +01:00
fix: version number is not read from pyproject.toml anymore
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
import toml
|
||||
|
||||
pyproject = toml.load("pyproject.toml")
|
||||
__version__ = pyproject["tool"]["poetry"]["version"]
|
||||
__version__ = "0.1.0"
|
||||
__major__, __minor__, __patch__ = [int(v) for v in __version__.split(".")]
|
||||
|
||||
Reference in New Issue
Block a user