We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a0dac commit 43b1f7eCopy full SHA for 43b1f7e
dev/unfold_test.ipynb
@@ -2188,7 +2188,7 @@
2188
"name": "python",
2189
"nbconvert_exporter": "python",
2190
"pygments_lexer": "ipython3",
2191
- "version": "3.10.13"
+ "version": "3.10.12"
2192
}
2193
},
2194
"nbformat": 4,
setup.py
@@ -32,7 +32,7 @@ def package_files(directory):
32
33
setup(
34
name="unfold",
35
- version="1.1.6",
+ version="1.1.7",
36
python_requires=">=3.9",
37
packages=packages,
38
author="Romain Sacchi <romain.sacchi@psi.ch>",
unfold/__init__.py
@@ -1,5 +1,5 @@
1
__all__ = ("Unfold", "Fold")
2
-__version__ = (1, 1, 6)
+__version__ = (1, 1, 7)
3
4
from .fold import Fold
5
from .unfold import Unfold
0 commit comments