Skip to content

Commit 85e9360

Browse files
committed
Bump version and correct description
1 parent 4e95846 commit 85e9360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymathics/icu/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__="9.0.0" # noqa
8+
__version__="9.0.1.dev0" # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "Mathics3-Module-PyICU"
12-
description = 'Mathics3 Hello, World! module'
12+
description = 'Mathics3 Module ICU'
1313
dependencies = [
1414
"Mathics3-Module-Base >= 9.0.0",
1515
"Mathics3 >= 9.0.0",

0 commit comments

Comments
 (0)