Skip to content

Commit

Permalink
fix reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
TabulateJarl8 committed May 25, 2021
1 parent 1894fd4 commit 4b3b977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ti842py/__version__.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected]"
__license__ = "GPLv3"
Expand Down

0 comments on commit 4b3b977

Please sign in to comment.