Skip to content

Commit 3d59f5e

Browse files
committed
Bump version
1 parent ef40f10 commit 3d59f5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
-----
33

44
Revise for 6.0.0 Mathics3 API and current Mathics3 builtin standards
5-
decribed in [Guidelines for Writing
5+
described in [Guidelines for Writing
66
Documentation](https://mathics-development-guide.readthedocs.io/en/latest/extending/developing-code/extending/documentation-markup.html#guidelines-for-writing-documentation).
77

8-
Thie package has undergone a major overhaul. Modules have been split out along into logical groups following the documentation structure.
8+
This package has undergone a major overhaul. Modules have been split out along into logical groups following the documentation structure.
99

1010
We have gradually been rolling in more Python type annotations and
1111
have been using current Python practices. Tools such as using

pymathics/graph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# well as importing into Python. That's why there is no
66
# space around "=" below.
77
# fmt: off
8-
__version__="6.0.0" # noqa
8+
__version__="6.0.1dev0" # noqa

0 commit comments

Comments
 (0)