We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c64ea commit bc84cd6Copy full SHA for bc84cd6
mathics/version.py
@@ -1,8 +1,7 @@
1
-#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
5
# This file is suitable for sourcing inside POSIX shell as
6
# well as importing into Python. That's why there is no
7
# space around "=" below.
8
-__version__="2.0.0.dev0" # noqa
+__version__="2.0.0.rc1" # noqa
0 commit comments