Skip to content

Commit

Permalink
version 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Pecinovsky committed Jan 31, 2025
1 parent f0b4f81 commit 0ff4f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openenergyid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Open Energy ID Python SDK."""

__version__ = "0.1.26"
__version__ = "0.1.27"

from .enums import Granularity
from .models import TimeDataFrame, TimeSeries
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "openenergyid"
version = "0.1.26"
version = "0.1.27"
description = "Open Source Python library for energy analytics and simulations"
authors = [
"Jan Pecinovsky <jan@energieid.be>",
Expand Down

0 comments on commit 0ff4f66

Please sign in to comment.