Skip to content

Commit a87f4b3

Browse files
committed
worked. bump version for a new release
1 parent d7a2a51 commit a87f4b3

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.2.0
2+
current_version = 1.2.1
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
@@ -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 v1.2.0
7+
# GlassesValidator v1.2.1
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__ = "1.2.0"
1+
__version__ = "1.2.1"
22

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

0 commit comments

Comments
 (0)