Skip to content

Commit 54083da

Browse files
authored
Correct version
1 parent 3fb9c6b commit 54083da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

soliscloud_api/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
from .helpers import Helpers # noqa: F401
1919

2020
# VERSION
21-
VERSION = '1.4.0'
21+
VERSION = '1.3.0'
2222
__version__ = VERSION
23+

0 commit comments

Comments
 (0)