From 76703c59d2a3919d915244a3d6303c45b6d1028f Mon Sep 17 00:00:00 2001 From: Samuel Rince Date: Wed, 17 Jul 2024 15:17:33 +0200 Subject: [PATCH] chore: bump version to 0.3.0 --- ecologits/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecologits/__init__.py b/ecologits/__init__.py index f5a22e9..711747a 100644 --- a/ecologits/__init__.py +++ b/ecologits/__init__.py @@ -1,6 +1,6 @@ from .ecologits import EcoLogits -__version__ = "0.2.0" +__version__ = "0.3.0" __all__ = [ "__version__", "EcoLogits" diff --git a/pyproject.toml b/pyproject.toml index 5fcabfc..78a03d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ecologits" -version = "0.2.0" +version = "0.3.0" description = "EcoLogits tracks and estimates the energy consumption and environmental impacts of using generative AI models through APIs." authors = [ "GenAI Impact",