Skip to content

Commit

Permalink
Revert release
Browse files Browse the repository at this point in the history
  • Loading branch information
eakirtas committed Mar 3, 2023
1 parent 9e15e96 commit e1be3ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 0.1.3-dev4
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
0.1.3-dev4
2 changes: 1 addition & 1 deletion deepbots/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "0.1.3-dev4"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
DESCRIPTION = "A wrapper framework for Reinforcement Learning in Webots \
simulator"


with open("requirements.txt") as requirements_file:
requirements = requirements_file.read().splitlines()

Expand All @@ -14,7 +13,7 @@
name="deepbots",
author="aidudezzz",
author_email="[email protected]",
version="1.0.0",
version="0.1.3-dev4",
description=DESCRIPTION,
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e1be3ad

Please sign in to comment.