We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9553dcf commit 60f58aeCopy full SHA for 60f58ae
pymathics/hello/version.py
@@ -5,4 +5,4 @@
5
# well as importing into Python. That's why there is no
6
# space around "=" below.
7
# fmt: off
8
-__version__="7.0.1dev0" # noqa
+__version__="9.0.0" # noqa
pyproject.toml
@@ -13,7 +13,8 @@ build-backend = "setuptools.build_meta"
13
name = "Mathics3-hello"
14
description = 'Mathics3 Hello, World! module'
15
dependencies = [
16
- "Mathics3-Module-Base",
+ "Mathics3-Module-Base >= 9.0.0",
17
+ "Mathics3 >= 9.0.0",
18
]
19
requires-python = ">=3.10"
20
readme = "README.rst"
0 commit comments