Skip to content

Commit a78f25a

Browse files
committed
change version
1 parent 3b8c7bb commit a78f25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sortingx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
from .sorting import bubble, insert, shell, heap, quick, merge
1818
from ._typing import *
1919

20-
__version__ = '1.0.0-py'
20+
__version__ = '1.1.0'
2121

2222
assert sys.version_info >= (3, 7, 0)

0 commit comments

Comments
 (0)