Skip to content

Commit

Permalink
adding and increasing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallace committed Feb 18, 2024
1 parent b1eb6b3 commit 02e386a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eyeGestures/eyegestures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = [

[project]
name = "eyeGestures"
version = "0.0.8"
version = "0.1.0"
authors = [
{ name="Piotr Walas", email="[email protected]" },
]
Expand Down

0 comments on commit 02e386a

Please sign in to comment.