Skip to content

Commit 3b8bf0a

Browse files
committed
fix version error
1 parent 69315ed commit 3b8bf0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mmv_im2im/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = "jianxuchen.ai@gmail.com"
77
# Do not edit this string manually, always use bumpversion
88
# Details in CONTRIBUTING.md
9-
__version__ = "0.7.1"
9+
__version__ = "0.8.0"
1010

1111

1212
def get_module_version():

0 commit comments

Comments
 (0)