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