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 c8f2760 commit b847273Copy full SHA for b847273
setup.py
@@ -18,7 +18,7 @@
18
from os import path
19
20
NAME = "tb-rest-client"
21
-VERSION = "1.7"
+VERSION = "3.5"
22
23
this_directory = path.abspath(path.dirname(__file__))
24
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
0 commit comments