Skip to content

Commit 64fc08d

Browse files
committed
Bumps version to 3.0.5
1 parent f57c41a commit 64fc08d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INWX/Domrobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ApiType(Enum):
1919

2020

2121
class ApiClient:
22-
CLIENT_VERSION = '3.0.4'
22+
CLIENT_VERSION = '3.0.5'
2323
API_LIVE_URL = 'https://api.domrobot.com'
2424
API_OTE_URL = 'https://api.ote.domrobot.com'
2525

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
version = '3.0.4'
3+
version = '3.0.5'
44

55
with open("requirements.txt", "r") as fh:
66
install_requires = fh.read()

0 commit comments

Comments
 (0)