Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed May 14, 2024
1 parent fa47899 commit 035f7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def package_files(directory):

setup(
name="unfold",
version="1.1.9",
version="1.2.0",
python_requires=">=3.10",
packages=packages,
author="Romain Sacchi <romain.sacchi@psi.ch>",
Expand Down
2 changes: 1 addition & 1 deletion unfold/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ("Unfold", "Fold")
__version__ = (1, 1, 9)
__version__ = (1, 2, 0)


from .fold import Fold
Expand Down

0 comments on commit 035f7e5

Please sign in to comment.