Skip to content

Commit 8095905

Browse files
authored
Merge branch 'dev' into evolutionary
2 parents 5acaf86 + 9c09c58 commit 8095905

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.bumpversion.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.3-dev2
2+
current_version = 0.1.3-dev3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
@@ -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

+1-1
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

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3-dev2
1+
0.1.3-dev3

deepbots/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.3-dev2"
1+
__version__ = "0.1.3-dev3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
name="deepbots",
1515
author="aidudezzz",
1616
author_email="[email protected]",
17-
version="0.1.3-dev2",
17+
version="0.1.3-dev3",
1818
description=DESCRIPTION,
1919
long_description=readme,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)