Skip to content

Commit

Permalink
Wheel stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nayakrujul committed Jul 22, 2023
1 parent 135bdeb commit ce68ddc
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 3 deletions.
Binary file modified src/__pycache__/test_run.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/build/lib/thunno2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
That's it!
"""

THUNNO_VERSION = "2.2.4"
THUNNO_VERSION = "2.2.5"
4 changes: 3 additions & 1 deletion src/test_run.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Use this file to test-run a Thunno 2 program"""

from thunno2.interpreter import test
from thunno2.run import from_terminal

from_terminal()
Binary file modified src/thunno2/__pycache__/interpreter.cpython-39.pyc
Binary file not shown.
Binary file modified src/thunno2/__pycache__/lexer.cpython-39.pyc
Binary file not shown.
Binary file modified src/thunno2/__pycache__/run.cpython-39.pyc
Binary file not shown.
Binary file modified src/thunno2/__pycache__/version.cpython-311.pyc
Binary file not shown.
Binary file modified src/thunno2/__pycache__/version.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/thunno2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
That's it!
"""

THUNNO_VERSION = "2.2.4"
THUNNO_VERSION = "2.2.7"

0 comments on commit ce68ddc

Please sign in to comment.