Skip to content

Commit 3afa5d9

Browse files
committed
manually fix version error
1 parent 61b994f commit 3afa5d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.7.1"
7+
version = "0.8.0"
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.7.1
2+
current_version = 0.8.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)