Skip to content

Commit

Permalink
fix watchclient bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Spico197 committed Dec 7, 2020
1 parent 2267536 commit 4f8ae47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ send_email(
To get more reminders, please check `watchmen/reminder.py`.

## UPDATE
- v0.3.2: fix `WatchClient` bug
- v0.3.1: change `Client` into `WatchClient`, fix `ClientCollection` and `send_email` bug
- v0.3.0: support gpu scheduling, fix blank input output, fix `check_gpus_existence`
- v0.2.2: fix html package data, add multi-card example

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='gpu-watchmen',
version='0.3.1',
version='0.3.2',
author="Tong Zhu",
author_email="tzhu1997@outlook.com",
description="watchmen for GPU scheduling",
Expand Down
2 changes: 1 addition & 1 deletion watchmen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .client import Client
from .client import WatchClient
from .client import ClientMode

0 comments on commit 4f8ae47

Please sign in to comment.