We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3f731 commit 76703c5Copy full SHA for 76703c5
ecologits/__init__.py
@@ -1,6 +1,6 @@
1
from .ecologits import EcoLogits
2
3
-__version__ = "0.2.0"
+__version__ = "0.3.0"
4
__all__ = [
5
"__version__",
6
"EcoLogits"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "ecologits"
7
-version = "0.2.0"
+version = "0.3.0"
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