Skip to content

Commit

Permalink
chore: bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed May 21, 2024
1 parent 19e5719 commit e4dca4e
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,4 +1,4 @@
from .ecologits import EcoLogits

__all__ = ["EcoLogits"]
__version__ = "0.1.5"
__version__ = "0.1.6"
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.1.5"
version = "0.1.6"
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 e4dca4e

Please sign in to comment.