Skip to content

Commit 2fe5e13

Browse files
committed
Bump to dev version
1 parent bbdfad4 commit 2fe5e13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mathics_scanner/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def subdirs(root, file="*.*", depth=10):
9797
zip_safe=False,
9898
# metadata for upload to PyPI
9999
maintainer="Mathics Group",
100-
description="Characters Tables and Tokenizer for Mathics and the Wolfram Language.",
100+
description="Character Tables and Tokenizer for Mathics and the Wolfram Language.",
101101
license="GPL",
102102
url="https://mathics.org/",
103103
keywords=["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"],

0 commit comments

Comments
 (0)