diff --git a/ecologits/__init__.py b/ecologits/__init__.py index 711747a..4402cb7 100644 --- a/ecologits/__init__.py +++ b/ecologits/__init__.py @@ -1,6 +1,6 @@ from .ecologits import EcoLogits -__version__ = "0.3.0" +__version__ = "0.3.1" __all__ = [ "__version__", "EcoLogits" diff --git a/pyproject.toml b/pyproject.toml index 78a03d4..1d0af88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ecologits" -version = "0.3.0" +version = "0.3.1" description = "EcoLogits tracks and estimates the energy consumption and environmental impacts of using generative AI models through APIs." authors = [ "GenAI Impact",