We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6a7e5 commit b4d6ee0Copy full SHA for b4d6ee0
iced/__init__.py
@@ -4,4 +4,4 @@
4
from . import datasets
5
from . import random
6
7
-__version__ = "0.6.0a0.dev0"
+__version__ = "0.6.0"
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "iced"
requires-python = ">= 3.9"
8
-version = "0.6.0a0.dev0"
+version = "0.6.0"
9
dependencies = [
10
"numpy>=1.16.0",
11
"scipy>=0.19.0",
0 commit comments