Skip to content

Commit bc84cd6

Browse files
committed
Get ready for release 2.0.0.rc1
1 parent c4c64ea commit bc84cd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mathics/version.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#!/usr/bin/env python3
21
# -*- coding: utf-8 -*-
32

43

54
# This file is suitable for sourcing inside POSIX shell as
65
# well as importing into Python. That's why there is no
76
# space around "=" below.
8-
__version__="2.0.0.dev0" # noqa
7+
__version__="2.0.0.rc1" # noqa

0 commit comments

Comments
 (0)