From 8a9c866deb0e41c75cbfee72c1494eacbefdf094 Mon Sep 17 00:00:00 2001 From: Daniel Tipping Date: Tue, 15 Sep 2020 11:15:47 +0100 Subject: [PATCH] v2.0.3 * Minor bugfix --- gsc/__init__.py | 2 +- pyproject.toml | 2 +- tests/test_gsc.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gsc/__init__.py b/gsc/__init__.py index 0309ae2..5fa9130 100644 --- a/gsc/__init__.py +++ b/gsc/__init__.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.0.3" diff --git a/pyproject.toml b/pyproject.toml index 6be13c2..c54e937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gsc" -version = "2.0.2" +version = "2.0.3" description = "Git for Scientists practical exercise helper." authors = ["Daniel Tipping "] license = "GPL-3.0-only" diff --git a/tests/test_gsc.py b/tests/test_gsc.py index a13fea0..8835f88 100644 --- a/tests/test_gsc.py +++ b/tests/test_gsc.py @@ -6,7 +6,7 @@ def test_version(): - assert __version__ == "2.0.2" + assert __version__ == "2.0.3" def test_version_option():