We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5fafc commit e033eccCopy full SHA for e033ecc
2 files changed
docs/source/changelog.rst
@@ -9,6 +9,10 @@ Release notes
9
10
*
11
12
+v0.1.1
13
+------
14
+
15
+This version comes with improved stability and bug fixes.
16
17
v0.1.0
18
------
mudata/__init__.py
@@ -5,6 +5,6 @@
5
from ._core.io import *
6
from ._core.config import set_options
7
8
-__version__ = "0.1.0"
+__version__ = "0.1.1"
__anndataversion__ = "0.1.0"
__mudataversion__ = "0.1.0"
0 commit comments