diff --git a/mathics_django/version.py b/mathics_django/version.py index 8219cb231..7dd816e7f 100644 --- a/mathics_django/version.py +++ b/mathics_django/version.py @@ -4,4 +4,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="7.0.0" # noqa +__version__="7.0.1dev0" # noqa