Skip to content

Commit 817a3c9

Browse files
committed
Bump version: 0.8.0 → 0.8.1
1 parent 3b8bf0a commit 817a3c9

3 files changed

Lines changed: 3 additions & 3 deletions

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.8.0"
9+
__version__ = "0.8.1"
1010

1111

1212
def get_module_version():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mmv_im2im"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
authors = [
99
{ name="Jianxu Chen", email="jianxuchen.ai@gmail.com" },
1010
]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.0
2+
current_version = 0.8.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)