Skip to content

Commit 511a228

Browse files
committed
bump glassesTools requirement and bump version
1 parent 0023a76 commit 511a228

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.7.0"
2+
current_version = "1.8.0"
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.7.0
5+
# gazeMapper v1.8.0
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:

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
glassesTools[GUI]~=1.21.0 # pulls in various other dependencies such as imgui_bundle, matplotlib, numpy, opencv, pandas, polars
1+
glassesTools[GUI]~=1.22.0 # pulls in various other dependencies such as imgui_bundle, matplotlib, numpy, opencv, pandas, polars
22
typeguard
33
uvloop ; sys_platform != "win32"
44
pyobjc-framework-Cocoa ; sys_platform == "darwin"

src/gazeMapper/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.0"
1+
__version__ = "1.8.0"
22

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

0 commit comments

Comments
 (0)