Skip to content

Commit

Permalink
More administrative changes; bump verison to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 9, 2024
1 parent 6a0b3f0 commit 344cc54
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Up until around 2017 was maintained by:
- Angus Griffith @sn6uv
- Ben Jones @bnjones

Currently it is maintained by the Mathics Team
Currently it is maintained by the Mathics3 Team

Additional contributions were made by:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ rmChangeLog:
#: Create a ChangeLog from git via git log and git2cl
ChangeLog: rmChangeLog
git log --pretty --numstat --summary | $(GIT2CL) >$@
patch ChangeLog < ChangeLog-spell-corrected.diff
patch -R ChangeLog < ChangeLog-spell-corrected.diff
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Welcome to Mathics Core!
|Packaging status|


Mathics is a general-purpose computer algebra system (CAS).
Mathics3 is a general-purpose computer algebra system (CAS).

However this repository contains just the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.

Expand All @@ -17,7 +17,7 @@ Installing

Installing locally, requires a number of dependencies and OS package dependencies.

See the `Installing Mathics <https://mathics-development-guide.readthedocs.io/en/latest/installing.html>`_ for instructions on installing Mathics3.
See the `Installing Mathics3 <https://mathics-development-guide.readthedocs.io/en/latest/installing.html>`_ for instructions on installing Mathics3.

Running:
--------
Expand Down
2 changes: 1 addition & 1 deletion mathics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@


license_string = """\
Copyright (C) 2011-2024 The Mathics Team.
Copyright (C) 2011-2024 The Mathics3 Team.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.
Expand Down
2 changes: 1 addition & 1 deletion mathics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,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

0 comments on commit 344cc54

Please sign in to comment.