Skip to content

Commit

Permalink
Bump to version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimZaman committed Jan 10, 2019
1 parent 316ffda commit 5a413e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotaservice/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.2'
__version__ = '0.3.3'
2 changes: 1 addition & 1 deletion dotaservice/dotaservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(self,

if self.host_mode != HOST_MODE_DEDICATED:
# TODO(tzaman): Change the proto so that there are per-hostmode settings?
self.host_timescale = 3
self.host_timescale = 1

has_display = 'DISPLAY' in os.environ or platform == "darwin"
if not has_display and host_mode != HOST_MODE_DEDICATED:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="dotaservice",
version="0.3.2",
version="0.3.3",
author="Tim Zaman",
author_email="[email protected]",
description="DotaService is a service to play Dota 2 through gRPC",
Expand Down

0 comments on commit 5a413e3

Please sign in to comment.