diff --git a/mathics_django/version.py b/mathics_django/version.py index 4567ce871..4a1d36257 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__="8.0.1" # noqa +__version__="8.0.2.dev0" # noqa