Skip to content

Commit

Permalink
Merge pull request #19 from qualisys/update_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilRosenquist authored Apr 14, 2021
2 parents 091a338 + afce59e commit 9981814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qtm/qrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ async def calibrate(self, timeout=600): # Timeout 10 min.
async def connect(
host,
port=22223,
version="1.21",
version="1.22",
on_event=None,
on_disconnect=None,
timeout=5,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = "2.0.6"
version = "2.1.0"

setup(
name="qtm",
Expand Down

0 comments on commit 9981814

Please sign in to comment.