Skip to content

Commit bfc3b4e

Browse files
committed
Fix bumpversion and isort configs
1 parent bb595f5 commit bfc3b4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ values =
2222
[bumpversion:file:setup.py]
2323

2424
[bumpversion:file:deepbots/__init__.py]
25-
search = __version__ = "{current_version}"
26-
replace = __version__ = "{new_version}"
25+
search ="{current_version}"
26+
replace ="{new_version}"

.isort.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[settings]
2-
known_third_party = controller,gym,numpy,setuptools,tensorboardX
2+
known_third_party = controller,cv2,gym,numpy,ray,setuptools,tensorboardX

0 commit comments

Comments
 (0)