Skip to content

Commit 81c1a9a

Browse files
committed
bump version
1 parent 74cfae1 commit 81c1a9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.2
2+
current_version = 1.0.3
33

44
[bumpversion:file:src/glassesValidator/version.py]
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![image](https://img.shields.io/pypi/pyversions/glassesValidator.svg)](https://pypi.org/project/glassesValidator/)
33
[![DOI](https://zenodo.org/badge/DOI/10.3758/s13428-023-02105-5.svg)](https://doi.org/10.3758/s13428-023-02105-5)
44

5-
# GlassesValidator v1.0.2
5+
# GlassesValidator v1.0.3
66
Tool for automatic determination of data quality (accuracy and precision) of wearable eye tracker recordings.
77

88
If you use this tool or any of the code in this repository, please cite:<br>

src/glassesValidator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.0.3"
22

33
__title__ = "glassesValidator"
44
__description__ = "Automatic determination of accuracy of wearable eye tracker recordings."

0 commit comments

Comments
 (0)