Skip to content

Commit 8bd7077

Browse files
committed
Bump version to 7.x
1 parent ad6dbfa commit 8bd7077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.0dev0" # noqa
8+
__version__="7.0.0dev0" # noqa

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def read(*rnames):
3232
version=__version__, # noqa
3333
packages=find_namespace_packages(include=["pymathics.*"]),
3434
install_requires=[
35-
"Mathics3>=6.0.0",
35+
"Mathics3>=6.0.1",
3636
"networkx>=3.0.0",
3737
"pydot",
3838
"matplotlib",

0 commit comments

Comments
 (0)