Skip to content

Commit f5adb32

Browse files
authored
26 typing dependency is causing install errors (#28)
* Bump version to 1.3.1 and clean up dependencies Updated version number from 1.3.0 to 1.3.1 and removed unused dependencies. * Update version to 1.3.1
1 parent 7233c55 commit f5adb32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

soliscloud_api/__init__.py

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

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

0 commit comments

Comments
 (0)