Skip to content

Commit

Permalink
Update version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed May 20, 2021
1 parent 1d4ca51 commit 13dc3cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rfswarm_agent/rfswarm_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Robot Framework Swarm
#
# Version 0.7.0
# Version 0.7.1
#


Expand Down Expand Up @@ -41,7 +41,7 @@

class RFSwarmAgent():

version="0.7.0"
version="0.7.1"
config = None
isconnected = False
isrunning = False
Expand Down
4 changes: 2 additions & 2 deletions rfswarm_manager/rfswarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Robot Framework Swarm
# Manager
# Version 0.7.0
# Version 0.7.1
#

# Helpful links
Expand Down Expand Up @@ -449,7 +449,7 @@ def log_request(self, code='-', size='-'):


class RFSwarmBase:
version="0.7.0"
version="0.7.1"
debuglvl = 0

config = None
Expand Down
2 changes: 1 addition & 1 deletion setup-agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="rfswarm-agent",
version="0.7.0",
version="0.7.1",
author="damies13",
author_email="[email protected]",
description="rfswarm Agent",
Expand Down
2 changes: 1 addition & 1 deletion setup-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="rfswarm-manager",
version="0.7.0",
version="0.7.1",
author="damies13",
author_email="[email protected]",
description="rfswarm manager",
Expand Down

0 comments on commit 13dc3cd

Please sign in to comment.