We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb9c6b commit 54083daCopy full SHA for 54083da
1 file changed
soliscloud_api/__init__.py
@@ -18,5 +18,6 @@
18
from .helpers import Helpers # noqa: F401
19
20
# VERSION
21
-VERSION = '1.4.0'
+VERSION = '1.3.0'
22
__version__ = VERSION
23
+
0 commit comments