Skip to content

Commit c1b4698

Browse files
committed
Get ready for release 3.2.0
1 parent eb03067 commit c1b4698

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mathicsscript/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="3.1.1.dev0" # noqa
7+
__version__="3.2.0" # noqa

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def read(*rnames):
7575
]
7676
},
7777
install_requires=[
78-
"Mathics_Scanner>=1.2.0",
79-
"Mathics3 >= 2.2.0,<2.3.0",
78+
"Mathics_Scanner>=1.2.2",
79+
"Mathics3 >= 3.0.0,<3.2.0",
8080
"click",
8181
"colorama",
8282
"columnize",

0 commit comments

Comments
 (0)