Skip to content

Commit b2eb462

Browse files
committed
bump version to 0.0.9
1 parent 0930ffc commit b2eb462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testingbotclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from requests.auth import HTTPBasicAuth
99
import hashlib
1010

11-
__version__ = '0.0.8'
11+
__version__ = '0.0.9'
1212

1313
class TestingBotException(Exception):
1414
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)