We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e5719 commit e4dca4eCopy full SHA for e4dca4e
ecologits/__init__.py
@@ -1,4 +1,4 @@
1
from .ecologits import EcoLogits
2
3
__all__ = ["EcoLogits"]
4
-__version__ = "0.1.5"
+__version__ = "0.1.6"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
5
[tool.poetry]
6
name = "ecologits"
7
-version = "0.1.5"
+version = "0.1.6"
8
description = "EcoLogits tracks and estimates the energy consumption and environmental impacts of using generative AI models through APIs."
9
authors = [
10
"GenAI Impact",
0 commit comments