Skip to content

Commit 1cef34c

Browse files
committed
bump version
1 parent 7c6404b commit 1cef34c

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 = "3.1.0"
2+
current_version = "3.2.0"
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 v3.1.0
7+
# GlassesValidator v3.2.0
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__ = "3.1.0"
1+
__version__ = "3.2.0"
22

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

0 commit comments

Comments
 (0)