Skip to content

Commit 730af47

Browse files
committed
chore: bump version to 0.9.2
1 parent 87c4407 commit 730af47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecologits/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from ._ecologits import EcoLogits
22

3-
__version__ = "0.9.1"
3+
__version__ = "0.9.2"
44
__all__ = [
55
"EcoLogits",
66
"__version__"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "ecologits"
7-
version = "0.9.1"
7+
version = "0.9.2"
88
description = "EcoLogits tracks and estimates the energy consumption and environmental impacts of using generative AI models through APIs."
99
authors = [
1010
{name = "Samuel Rincé", email = "hello@sento.re"},

0 commit comments

Comments
 (0)