Skip to content

Commit

Permalink
require fixed version of btb
Browse files Browse the repository at this point in the history
  • Loading branch information
TabulateJarl8 committed May 15, 2021
1 parent a083dd7 commit e4e2ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

install_requires = [
"basically-ti-basic>=0.1.4",
"basically-ti-basic>=0.1.6",
"pythondialog>=3.5.1",
"graphics.py>=5.0.0"
]
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.4.0"
__version__ = "0.4.1"
__author__ = "Tabulate"
__author_email__ = "[email protected]"
__license__ = "GPLv3"
Expand Down

0 comments on commit e4e2ed5

Please sign in to comment.