Skip to content

Commit f090704

Browse files
authoredFeb 1, 2025··
Release v0.2.0 (#304)
1 parent 0b05472 commit f090704

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ include = ["xl2times", "xl2times.*"]
88

99
[project]
1010
name = "xl2times"
11-
version = "0.1.0"
11+
version = "0.2.0"
1212
authors = [
1313
{ name="Sam Webster", email="13457618+samwebster@users.noreply.github.com" },
1414
{ name="Tom Minka", email="8955276+tminka@users.noreply.github.com" },
1515
{ name="Siddharth Krishna", email="siddharth-krishna@users.noreply.github.com" },
16-
{ name="Olexandr Balyk", email="olex@energymodelling.club" },
16+
{ name="Olexandr Balyk", email="ob@facilitate.energy" },
1717
]
1818
maintainers = [
1919
{ name="Siddharth Krishna", email="siddharth-krishna@users.noreply.github.com" },
20-
{ name="Olexandr Balyk", email="olex@energymodelling.club" },
20+
{ name="Olexandr Balyk", email="ob@facilitate.energy" },
2121
]
2222
description = 'An open source tool to convert TIMES models specified in Excel to a format ready for processing by GAMS'
2323
readme = "README.md"

‎xl2times/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# TODO is it better to have version here or in pyproject.toml (or both)?
2-
__version__ = "0.1.0"
2+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)