Skip to content

Commit

Permalink
Add version to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TimFuermann authored Nov 26, 2024
1 parent 450f63a commit 9f0f9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atlite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

# e.g. "0.17.1" or "0.17.1.dev4+ga3890dc0" (if installed from git)
__version__ = version("atlite")
__version__ = 0.15.0
# e.g. "0.17.0" # TODO, in the network structure it should use the dev version
match = re.match(r"(\d+\.\d+(\.\d+)?)", __version__)
assert match, f"Could not determine release_version of pypsa: {__version__}"
Expand Down

0 comments on commit 9f0f9a8

Please sign in to comment.