diff --git a/.bumpversion.toml b/.bumpversion.toml index 285e0a7..73e4be7 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "2.0.2" +current_version = "2.0.3" [[tool.bumpversion.files]] filename = "src/glassesValidator/version.py" diff --git a/README.md b/README.md index cbb7ce2..2739fe6 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.2 +# GlassesValidator v2.0.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 0e9b2ff..2aae0fb 100644 --- a/src/glassesValidator/version.py +++ b/src/glassesValidator/version.py @@ -1,4 +1,4 @@ -__version__ = "2.0.2" +__version__ = "2.0.3" __title__ = "glassesValidator" __description__ = "Automatic determination of accuracy of wearable eye tracker recordings."