Skip to content

Commit c736cdb

Browse files
committed
Version 0.5.0
1 parent 6c75fba commit c736cdb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

simplepybotsdk/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from simplepybotsdk.configurations import VERSION as __version__
2+
from simplepybotsdk.configurations import LICENSE as __license__
23
from simplepybotsdk.motor import Motor as Motor
34
from simplepybotsdk.sensor import Sensor as Sensor
45
from simplepybotsdk.robotSDK import RobotSDK as RobotSDK

simplepybotsdk/configurations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
VERSION = "0.4.0"
1+
VERSION = "0.5.0"
2+
LICENSE = "MIT - Copyright (c) 2021 Alex Vellone"
23
MOTORS_CHECK_PER_SECOND = 20
34
MOTORS_POINT_TO_POINT_CHECK_PER_SECOND = 10
45
WEB_SOCKET_SEND_PER_SECOND = 10

0 commit comments

Comments
 (0)