Skip to content

Commit c343a81

Browse files
committed
bump version number
1 parent bfce94f commit c343a81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

multidex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# noinspection PyUnresolvedReferences
1515
from mdex_cli_script import multidex_run_hook
1616

17-
__version__ = "0.11.0"
17+
__version__ = "0.11.1"

multidex/multidex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.1"
1+
__version__ = "0.11.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "multidex"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "Multidimensional multi/hyperspectral data exploration"
55
readme = "README.md"
66
authors = [ { name = "Million Concepts" } ]

0 commit comments

Comments
 (0)