diff --git a/pyproject.toml b/pyproject.toml index b7a97c8..0bfa745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ include = ["xl2times", "xl2times.*"] [project] name = "xl2times" -version = "0.2.0" +version = "0.2.1" authors = [ { name="Sam Webster", email="13457618+samwebster@users.noreply.github.com" }, { name="Tom Minka", email="8955276+tminka@users.noreply.github.com" }, diff --git a/xl2times/__init__.py b/xl2times/__init__.py index d2944f5..1c91271 100644 --- a/xl2times/__init__.py +++ b/xl2times/__init__.py @@ -1,2 +1,2 @@ # TODO is it better to have version here or in pyproject.toml (or both)? -__version__ = "0.2.0" +__version__ = "0.2.1"