Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrigl authored Mar 17, 2020
1 parent 74cd590 commit 0fdb609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htrest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ def __str__(self) -> str:
return "[{}, version {}]".format(self.package, self.short())


version = Version("HtREST", 0, 1, 3)
version = Version("HtREST", 0, 1, 4)
""" Version definition of the :mod:`HtREST` module. """
# version.__name__ = "HtREST"

0 comments on commit 0fdb609

Please sign in to comment.