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" }, ]