Skip to content

Commit b4d6ee0

Browse files
committed
Releasing 0.6
1 parent 1a6a7e5 commit b4d6ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iced/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from . import datasets
55
from . import random
66

7-
__version__ = "0.6.0a0.dev0"
7+
__version__ = "0.6.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "iced"
77
requires-python = ">= 3.9"
8-
version = "0.6.0a0.dev0"
8+
version = "0.6.0"
99
dependencies = [
1010
"numpy>=1.16.0",
1111
"scipy>=0.19.0",

0 commit comments

Comments
 (0)