Skip to content

Commit 00f1637

Browse files
committed
chore: bump version to 0.8.0
1 parent cb4e2dd commit 00f1637

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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.7.3"
3+
__version__ = "0.8.0"
44
__all__ = [
55
"EcoLogits",
66
"__version__"

pyproject.toml

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

55
[project]
66
name = "ecologits"
7-
version = "0.7.3"
7+
version = "0.8.0"
88
description = "EcoLogits tracks and estimates the energy consumption and environmental impacts of using generative AI models through APIs."
99
authors = [
10-
{name = "GenAI Impact"},
11-
{name = "Data For Good"},
12-
]
13-
maintainers = [
1410
{name = "GenAI Impact"}
1511
]
1612
license = "MPL-2.0"

0 commit comments

Comments
 (0)