diff --git a/.bumpversion.toml b/.bumpversion.toml index 2509ee2..83e1a95 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "2.0.7" +current_version = "2.0.8" [[tool.bumpversion.files]] filename = "src/glassesValidator/version.py" diff --git a/README.md b/README.md index 2ffd238..04ee2ec 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 v2.0.7 +# GlassesValidator v2.0.8 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 d4c9dbf..bcaa90c 100644 --- a/src/glassesValidator/version.py +++ b/src/glassesValidator/version.py @@ -1,4 +1,4 @@ -__version__ = "2.0.7" +__version__ = "2.0.8" __title__ = "glassesValidator" __description__ = "Automatic determination of accuracy of wearable eye tracker recordings."