diff --git a/setup.py b/setup.py index 5824231..5ee022e 100644 --- a/setup.py +++ b/setup.py @@ -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 ", diff --git a/unfold/__init__.py b/unfold/__init__.py index d094dc0..42e44b4 100644 --- a/unfold/__init__.py +++ b/unfold/__init__.py @@ -1,5 +1,5 @@ __all__ = ("Unfold", "Fold") -__version__ = (1, 1, 9) +__version__ = (1, 2, 0) from .fold import Fold