Skip to content

Commit

Permalink
Merge branch 'dev' into evolutionary
Browse files Browse the repository at this point in the history
  • Loading branch information
tsampazk authored Aug 29, 2022
2 parents 5acaf86 + 9c09c58 commit 8095905
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3-dev2
current_version = 0.1.3-dev3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand All @@ -22,5 +22,5 @@ values =
[bumpversion:file:setup.py]

[bumpversion:file:deepbots/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
search = "{current_version}"
replace = "{new_version}"
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[settings]
known_third_party = controller,gym,numpy,setuptools,tensorboardX
known_third_party = controller,cv2,gym,numpy,ray,setuptools,tensorboardX
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3-dev2
0.1.3-dev3
2 changes: 1 addition & 1 deletion deepbots/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3-dev2"
__version__ = "0.1.3-dev3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
name="deepbots",
author="aidudezzz",
author_email="[email protected]",
version="0.1.3-dev2",
version="0.1.3-dev3",
description=DESCRIPTION,
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8095905

Please sign in to comment.