Skip to content

Commit ce1b7d4

Browse files
authored
Merge pull request #9 from Mathics3/release-1.0.1
Get ready for release 1.0.1
2 parents 9853ab1 + 3548852 commit ce1b7d4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
CHANGES
22
=======
3+
01/27/2025
4+
5+
1.0.1
6+
7+
Revise for API change in the 8.0.0 release.
8+
9+
-------
310

411
01/20/2025
512

pymathics/trepan/version.py

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

1010
pymathics_version_data = {
1111
"author": "Rocky Bernstein",

0 commit comments

Comments
 (0)