Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 27, 2023
1 parent c7e3d14 commit f5752e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev/unfold_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"\n",
"Writing superstructure database...\n",
"Database remind SSP2-Base already exists: it will be overwritten.\n",
"Vacuuming database \n",
"Vacuuming database \n"
]
}
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.5",
version="1.1.6",
python_requires=">=3.9",
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, 5)
__version__ = (1, 1, 6)

from .fold import Fold
from .unfold import Unfold

0 comments on commit f5752e9

Please sign in to comment.