We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9025675 commit 1721249Copy full SHA for 1721249
setup.py
@@ -32,7 +32,7 @@ def package_files(directory):
32
33
setup(
34
name="unfold",
35
- version="1.1.7",
+ version="1.1.9",
36
python_requires=">=3.10",
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, 8)
+__version__ = (1, 1, 9)
3
4
5
from .fold import Fold
0 commit comments