We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75035d commit 087dde9Copy full SHA for 087dde9
setup.py
@@ -17,7 +17,7 @@
17
from os import path
18
19
NAME = "tb-rest-client"
20
-VERSION = "3.5"
+VERSION = "3.6"
21
22
this_directory = path.abspath(path.dirname(__file__))
23
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
0 commit comments