Skip to content

Commit 33b985b

Browse files
bump version to 2.1.1
1 parent 6d2648e commit 33b985b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folding/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.1"
1+
__version__ = "2.1.1"
22
version_split = __version__.split(".")
33
__spec_version__ = (
44
(10000 * int(version_split[0]))

0 commit comments

Comments
 (0)