Skip to content

Commit 2f30aae

Browse files
committed
bump version
1 parent c57baca commit 2f30aae

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 = "1.8.3"
2+
current_version = "1.8.4"
33

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

README.md

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

6-
# gazeMapper v1.8.3
6+
# gazeMapper v1.8.4
77
Tool for automated world-based analysis of wearable eye tracker data.
88
gazeMapper is an open-source tool for automated mapping and processing of eye-tracking data to enable automated world-based analysis.
99
gazeMapper can:

src/gazeMapper/version.py

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

33
__title__ = "gazeMapper"
44
__description__ = "Automated world-based analysis of wearable eye tracker data."

0 commit comments

Comments
 (0)