Skip to content

Commit

Permalink
Release v0.2.0 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
olejandro authored Feb 1, 2025
1 parent 0b05472 commit f090704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ include = ["xl2times", "xl2times.*"]

[project]
name = "xl2times"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name="Sam Webster", email="[email protected]" },
{ name="Tom Minka", email="[email protected]" },
{ name="Siddharth Krishna", email="[email protected]" },
{ name="Olexandr Balyk", email="[email protected]" },
{ name="Olexandr Balyk", email="[email protected]" },
]
maintainers = [
{ name="Siddharth Krishna", email="[email protected]" },
{ name="Olexandr Balyk", email="[email protected]" },
{ name="Olexandr Balyk", email="[email protected]" },
]
description = 'An open source tool to convert TIMES models specified in Excel to a format ready for processing by GAMS'
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion xl2times/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# TODO is it better to have version here or in pyproject.toml (or both)?
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit f090704

Please sign in to comment.