From 872c326fd61c153bed4d6a06e32a968ef2f0be1a Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Thu, 24 Aug 2023 13:24:05 +0200 Subject: [PATCH] bump version --- .bumpversion.cfg | 2 +- README.md | 2 +- src/glassesValidator/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f33272e..03b3952 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 [bumpversion:file:src/glassesValidator/version.py] diff --git a/README.md b/README.md index 8e1088c..71c1483 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![image](https://img.shields.io/pypi/pyversions/glassesValidator.svg)](https://pypi.org/project/glassesValidator/) [![DOI](https://zenodo.org/badge/DOI/10.3758/s13428-023-02105-5.svg)](https://doi.org/10.3758/s13428-023-02105-5) -# GlassesValidator v1.1.0 +# GlassesValidator v1.1.1 Tool for automatic determination of data quality (accuracy and precision) of wearable eye tracker recordings. If you use this tool or any of the code in this repository, please cite:
diff --git a/src/glassesValidator/version.py b/src/glassesValidator/version.py index 65e8b23..e2fa15e 100644 --- a/src/glassesValidator/version.py +++ b/src/glassesValidator/version.py @@ -1,4 +1,4 @@ -__version__ = "1.1.0" +__version__ = "1.1.1" __title__ = "glassesValidator" __description__ = "Automatic determination of accuracy of wearable eye tracker recordings."