Skip to content

Commit 3785e7c

Browse files
committed
chore: bump version to 0.1.5
1 parent debaca8 commit 3785e7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecologits/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .ecologits import EcoLogits
22

33
__all__ = ["EcoLogits"]
4-
__version__ = "0.1.4"
4+
__version__ = "0.1.5"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "ecologits"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "EcoLogits tracks and estimates the energy consumption and environmental impacts of using generative AI models through APIs."
99
authors = [
1010
"GenAI Impact",

0 commit comments

Comments
 (0)