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 f57c41a commit 64fc08dCopy full SHA for 64fc08d
INWX/Domrobot.py
@@ -19,7 +19,7 @@ class ApiType(Enum):
19
20
21
class ApiClient:
22
- CLIENT_VERSION = '3.0.4'
+ CLIENT_VERSION = '3.0.5'
23
API_LIVE_URL = 'https://api.domrobot.com'
24
API_OTE_URL = 'https://api.ote.domrobot.com'
25
setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-version = '3.0.4'
+version = '3.0.5'
4
5
with open("requirements.txt", "r") as fh:
6
install_requires = fh.read()
0 commit comments