From 72541810a29a73f6f5396f303fbf10ebc04d5c06 Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Thu, 29 Feb 2024 16:02:53 +0100 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 aee04f6..77eecc1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.2.3 [bumpversion:file:src/glassesValidator/version.py] diff --git a/README.md b/README.md index aad7eef..dbbe8b6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,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.2.2 +# GlassesValidator v1.2.3 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 941eb1a..f4fe0f6 100644 --- a/src/glassesValidator/version.py +++ b/src/glassesValidator/version.py @@ -1,4 +1,4 @@ -__version__ = "1.2.2" +__version__ = "1.2.3" __title__ = "glassesValidator" __description__ = "Automatic determination of accuracy of wearable eye tracker recordings."