Skip to content

Commit 43b1f7e

Browse files
committed
Version bump
1 parent f2a0dac commit 43b1f7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/unfold_test.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2188,7 +2188,7 @@
21882188
"name": "python",
21892189
"nbconvert_exporter": "python",
21902190
"pygments_lexer": "ipython3",
2191-
"version": "3.10.13"
2191+
"version": "3.10.12"
21922192
}
21932193
},
21942194
"nbformat": 4,

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def package_files(directory):
3232

3333
setup(
3434
name="unfold",
35-
version="1.1.6",
35+
version="1.1.7",
3636
python_requires=">=3.9",
3737
packages=packages,
3838
author="Romain Sacchi <romain.sacchi@psi.ch>",

unfold/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ("Unfold", "Fold")
2-
__version__ = (1, 1, 6)
2+
__version__ = (1, 1, 7)
33

44
from .fold import Fold
55
from .unfold import Unfold

0 commit comments

Comments
 (0)