Skip to content

Commit

Permalink
chore: restore version number
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Aug 23, 2024
1 parent 8000592 commit 9525efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecologits/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .ecologits import EcoLogits

__version__ = "0.3.1"
__version__ = "0.3.2"
__all__ = [
"__version__",
"EcoLogits"
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 = "ecologits"
version = "0.3.1"
version = "0.3.2"
description = "EcoLogits tracks and estimates the energy consumption and environmental impacts of using generative AI models through APIs."
authors = [
"GenAI Impact",
Expand Down

0 comments on commit 9525efc

Please sign in to comment.