Skip to content

Commit e2b211f

Browse files
committed
Version bump
1 parent 4025fe2 commit e2b211f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.2.2",
35+
version="1.2.3",
3636
python_requires=">=3.10",
3737
packages=packages,
3838
author="Romain Sacchi <romain.sacchi@psi.ch>",

unfold/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ("Unfold", "Fold", "clear_cache")
2-
__version__ = (1, 2, 2)
2+
__version__ = (1, 2, 3)
33

44

55
from .fold import Fold

0 commit comments

Comments
 (0)