From 5b7aedaea4c7fc5d9b70f373c32900412c51c950 Mon Sep 17 00:00:00 2001 From: Samuel Rince Date: Mon, 28 Oct 2024 17:00:28 +0100 Subject: [PATCH] chore: bump version to 0.5.1 --- 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 f4efc58..8d6692a 100644 --- a/ecologits/__init__.py +++ b/ecologits/__init__.py @@ -1,6 +1,6 @@ from ._ecologits import EcoLogits -__version__ = "0.5.0" +__version__ = "0.5.1" __all__ = [ "__version__", "EcoLogits" diff --git a/pyproject.toml b/pyproject.toml index 0a6d58a..a825f46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ecologits" -version = "0.5.0" +version = "0.5.1" description = "EcoLogits tracks and estimates the energy consumption and environmental impacts of using generative AI models through APIs." authors = [ "GenAI Impact",