We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4e2dd commit 00f1637Copy full SHA for 00f1637
ecologits/__init__.py
@@ -1,6 +1,6 @@
1
from ._ecologits import EcoLogits
2
3
-__version__ = "0.7.3"
+__version__ = "0.8.0"
4
__all__ = [
5
"EcoLogits",
6
"__version__"
pyproject.toml
@@ -4,13 +4,9 @@ build-backend = "poetry.core.masonry.api"
[project]
name = "ecologits"
7
-version = "0.7.3"
+version = "0.8.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"},
11
- {name = "Data For Good"},
12
-]
13
-maintainers = [
14
{name = "GenAI Impact"}
15
]
16
license = "MPL-2.0"
0 commit comments