Skip to content

Commit 2f66dbe

Browse files
committed
bump version
1 parent acb47f4 commit 2f66dbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.4.0"
2+
current_version = "1.4.1"
33

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![PyPI Latest Release](https://img.shields.io/pypi/v/gazeMapper.svg)](https://pypi.org/project/gazeMapper/)
33
[![image](https://img.shields.io/pypi/pyversions/gazeMapper.svg)](https://pypi.org/project/gazeMapper/)
44

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

src/gazeMapper/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.4.1"
22

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

0 commit comments

Comments
 (0)