Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Nov 22, 2023
1 parent f2a0dac commit 43b1f7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/unfold_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
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.6",
version="1.1.7",
python_requires=">=3.9",
packages=packages,
author="Romain Sacchi <[email protected]>",
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, 6)
__version__ = (1, 1, 7)

from .fold import Fold
from .unfold import Unfold

0 comments on commit 43b1f7e

Please sign in to comment.