Skip to content

Commit

Permalink
chore: bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Jul 18, 2024
1 parent a98abb9 commit 347661e
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.0"
__version__ = "0.3.1"
__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.0"
version = "0.3.1"
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 347661e

Please sign in to comment.