Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
* Minor bugfix
  • Loading branch information
dtip committed Sep 15, 2020
1 parent 8a5d65c commit 8a9c866
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gsc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.2"
__version__ = "2.0.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_gsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_version():
assert __version__ == "2.0.2"
assert __version__ == "2.0.3"


def test_version_option():
Expand Down

0 comments on commit 8a9c866

Please sign in to comment.