Skip to content

Commit 1721249

Browse files
committed
Version bump
1 parent 9025675 commit 1721249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.7",
35+
version="1.1.9",
3636
python_requires=">=3.10",
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, 8)
2+
__version__ = (1, 1, 9)
33

44

55
from .fold import Fold

0 commit comments

Comments
 (0)