Skip to content

Commit 642aa44

Browse files
committed
bump version
1 parent 9b01f1d commit 642aa44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "2.0.6"
2+
current_version = "2.0.7"
33

44
[[tool.bumpversion.files]]
55
filename = "src/glassesValidator/version.py"

README.md

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

7-
# GlassesValidator v2.0.6
7+
# GlassesValidator v2.0.7
88
Tool for automatic determination of data quality (accuracy and precision) of wearable eye tracker recordings.
99

1010
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__ = "2.0.6"
1+
__version__ = "2.0.7"
22

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

0 commit comments

Comments
 (0)