Skip to content

Commit 14cb38c

Browse files
Latest version
1 parent 97899fa commit 14cb38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luna/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
and interaction fingerprints;
66
- PATCH stands for backward compatible bug fixes.
77
"""
8-
version_info = (0, 10, 1)
8+
version_info = (0, 11, 0)
99
version = '.'.join(str(c) for c in version_info)
1010
__version__ = version
1111

0 commit comments

Comments
 (0)