Skip to content

Commit 11604ab

Browse files
author
auto
committed
[skip ci] Bump version: 0.6.0 → 0.7.0
1 parent 9eb23e1 commit 11604ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.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.6.0
2+
current_version = 0.7.0
33
commit = True
44
message = [skip ci] Bump version: {current_version} → {new_version}
55
tag = False

src/con_duct/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import time
2222
from typing import IO, Any, Optional, TextIO
2323

24-
__version__ = "0.6.0"
24+
__version__ = "0.7.0"
2525
__schema_version__ = "0.2.0"
2626

2727

0 commit comments

Comments
 (0)