From 02e386a1c377e8df759a26f43af4fbb962c60000 Mon Sep 17 00:00:00 2001 From: Wallace Date: Sun, 18 Feb 2024 22:03:17 +0100 Subject: [PATCH] adding and increasing version --- eyeGestures/eyegestures.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eyeGestures/eyegestures.py b/eyeGestures/eyegestures.py index 31e145a..dfcbb99 100644 --- a/eyeGestures/eyegestures.py +++ b/eyeGestures/eyegestures.py @@ -2,7 +2,7 @@ from eyeGestures.gazeestimator import GazeTracker from eyeGestures.calibration import Calibration - +VERSION = "0.1.0" class EyeGestures: def __init__(self,screen_width,screen_height, diff --git a/pyproject.toml b/pyproject.toml index c5cc441..7895ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ exclude = [ [project] name = "eyeGestures" -version = "0.0.8" +version = "0.1.0" authors = [ { name="Piotr Walas", email="walas.piotr.prywatny@gmail.com" }, ]