Skip to content

Commit

Permalink
bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jun 14, 2020
1 parent 3349ac1 commit f9308bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Citation
If you use this tool in a program or publication, please acknowledge its
author(s) by adding the following reference:

- Runtest 2.2.0, September 2018, Radovan Bast, UiT The Arctic University of Norway, Norway, https://doi.org/10.5281/zenodo.1069004.
- Runtest 2.2.1, June 2020, Radovan Bast, UiT The Arctic University of Norway, Norway, https://doi.org/10.5281/zenodo.1069004.


Projects using runtest
Expand Down
2 changes: 1 addition & 1 deletion runtest/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from collections import namedtuple

__version__ = "2.2.0"
__version__ = "2.2.1"

version_info = namedtuple("version_info", ["major", "minor", "micro", "releaselevel"])

Expand Down

0 comments on commit f9308bd

Please sign in to comment.