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 4e95846 commit 85e9360Copy full SHA for 85e9360
pymathics/icu/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__="9.0.0" # noqa
+__version__="9.0.1.dev0" # noqa
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
10
[project]
11
name = "Mathics3-Module-PyICU"
12
-description = 'Mathics3 Hello, World! module'
+description = 'Mathics3 Module ICU'
13
dependencies = [
14
"Mathics3-Module-Base >= 9.0.0",
15
"Mathics3 >= 9.0.0",
0 commit comments