Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
djesic committed Jul 27, 2021
1 parent 106bd29 commit bbc3c3a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions wolk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
For more information about module features visit:
https://github.com/Wolkabout/WolkConnect-Python/tree/master/examples/full_feature_set
"""
__version__ = "4.1.3"
__version__ = "5.0.0"
from .interface.connectivity_service import ConnectivityService
from .interface.firmware_handler import FirmwareHandler
from .interface.message_deserializer import MessageDeserializer
Expand All @@ -17,6 +17,7 @@
from .logger_factory import logging_config
from .model.data_delivery import DataDelivery
from .model.data_type import DataType
from .model.feed_type import FeedType
from .model.device import Device
from .model.unit import Unit
from .model.file_management_error_type import FileManagementErrorType
Expand All @@ -40,14 +41,10 @@


__all__ = [
"ActuatorCommand",
"State",
"ActuatorStatus",
"Alarm",
"ConfigurationCommand",
"DataDelivery",
"DataType",
"Device",
"FeedType",
"FileTransferPackage",
"FirmwareUpdateStatus",
"FirmwareUpdateStatusType",
Expand All @@ -56,11 +53,6 @@
"FileManagementStatusType",
"FileManagementErrorType",
"Message",
"SensorReading",
"handle_actuation",
"get_actuator_status",
"handle_configuration",
"get_configuration",
"ConnectivityService",
"FirmwareHandler",
"MessageDeserializer",
Expand Down

0 comments on commit bbc3c3a

Please sign in to comment.