diff --git a/setup.py b/setup.py index 1c04d55..bbee6b5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,8 @@ "basically-ti-basic>=0.1.6", "pythondialog>=3.5.1", "graphics.py>=5.0.0", - "getkey>=0.6.5" + "getkey>=0.6.5", + "token_utils>=0.1.8" ] with open("README.md", "r") as fh: diff --git a/ti842py/__version__.py b/ti842py/__version__.py index 3d4cbee..7cfca91 100644 --- a/ti842py/__version__.py +++ b/ti842py/__version__.py @@ -1,7 +1,7 @@ __title__ = "ti842py" __description__ = "TI-BASIC to Python 3 Transpiler" __url__ = "https://github.com/TabulateJarl8/ti842py" -__version__ = "0.6.0" +__version__ = "0.6.1" __author__ = "Tabulate" __author_email__ = "tabulatejarl8@gmail.com" __license__ = "GPLv3"