Skip to content

Commit 23e126b

Browse files
committed
Update package.json
1 parent 4dfb76e commit 23e126b

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

XRPLib/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
22
A python file holding the version number of the XRPLib package. This is used by the IDE to determine if the package needs to be updated.
33
"""
4-
# Last updated 13-July-2023
5-
__version__ = '0.9.4'
4+
# Last updated 17-July-2023
5+
__version__ = '0.9.5'

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,28 @@
22
"urls": [
33
["XRPLib/__init__.py", "github:Open-STEM/XRP_Micropython/XRPLib/__init__.py"],
44
["XRPLib/board.py", "github:Open-STEM/XRP_Micropython/XRPLib/board.py"],
5+
["XRPLib/controller.py", "github:Open-STEM/XRP_Micropython/XRPLib/controller.py"],
56
["XRPLib/defaults.py", "github:Open-STEM/XRP_Micropython/XRPLib/defaults.py"],
67
["XRPLib/differential_drive.py", "github:Open-STEM/XRP_Micropython/XRPLib/differential_drive.py"],
78
["XRPLib/encoded_motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoded_motor.py"],
89
["XRPLib/encoder.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoder.py"],
9-
["XRPLib/motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor.py"],
1010
["XRPLib/imu.py", "github:Open-STEM/XRP_Micropython/XRPLib/imu.py"],
11+
["XRPLib/motor_group.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor_group.py"],
12+
["XRPLib/motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor.py"],
13+
["XRPLib/pid.py", "github:Open-STEM/XRP_Micropython/XRPLib/pid.py"],
1114
["XRPLib/rangefinder.py", "github:Open-STEM/XRP_Micropython/XRPLib/rangefinder.py"],
1215
["XRPLib/reflectance.py", "github:Open-STEM/XRP_Micropython/XRPLib/reflectance.py"],
16+
["XRPLib/resetbot.py", "github:Open-STEM/XRP_Micropython/XRPLib/resetbot.py"],
1317
["XRPLib/servo.py", "github:Open-STEM/XRP_Micropython/XRPLib/servo.py"],
18+
["XRPLib/timeout.py", "github:Open-STEM/XRP_Micropython/XRPLib/timeout.py"],
19+
["XRPLib/version.py", "github:Open-STEM/XRP_Micropython/XRPLib/version.py"],
1420
["XRPLib/webserver.py", "github:Open-STEM/XRP_Micropython/XRPLib/webserver.py"],
1521
["XRPLib/resetbot.py", "github:Open-STEM/XRP_Micropython/XRPLib/resetbot.py"],
16-
["XRPLib/pid.py", "github:Open-STEM/XRP_Micropython/XRPLib/pid.py"],
1722
["XRPExamples/__init__.py", "github:Open-STEM/XRP_Micropython/Examples/__init__.py"],
23+
["XRPExamples/drive_examples.py", "github:Open-STEM/XRP_Micropython/Examples/drive_examples.py"],
24+
["XRPExamples/installation_verification.py", "github:Open-STEM/XRP_Micropython/Examples/installation_verification.py"],
25+
["XRPExamples/misc_examples.py", "github:Open-STEM/XRP_Micropython/Examples/misc_examples.py"],
26+
["XRPExamples/sensor_examples.py", "github:Open-STEM/XRP_Micropython/Examples/sensor_examples.py"],
1827
["XRPExamples/webserver_example.py", "github:Open-STEM/XRP_Micropython/Examples/webserver_example.py"],
1928
["XRPExamples/xrp_test.py", "github:Open-STEM/XRP_Micropython/Examples/xrp_test.py"]
2029
],
@@ -23,5 +32,5 @@
2332
["collections-defaultdict", "latest"],
2433
["os-path", "latest"]
2534
],
26-
"version": "0.8"
35+
"version": "0.9.5"
2736
}

0 commit comments

Comments
 (0)