Skip to content

Commit 5ff052b

Browse files
committed
Incremented version number
1 parent 5e40995 commit 5ff052b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 17-July-2023
5-
__version__ = '0.9.5'
4+
# Last updated 20-July-2023
5+
__version__ = '0.9.6'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
["XRPLib/differential_drive.py", "github:Open-STEM/XRP_Micropython/XRPLib/differential_drive.py"],
88
["XRPLib/encoded_motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoded_motor.py"],
99
["XRPLib/encoder.py", "github:Open-STEM/XRP_Micropython/XRPLib/encoder.py"],
10+
["XRPLib/imu_defs.py", "github:Open-STEM/XRP_Micropython/XRPLib/imu_defs.py"],
1011
["XRPLib/imu.py", "github:Open-STEM/XRP_Micropython/XRPLib/imu.py"],
1112
["XRPLib/motor_group.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor_group.py"],
1213
["XRPLib/motor.py", "github:Open-STEM/XRP_Micropython/XRPLib/motor.py"],
@@ -18,7 +19,6 @@
1819
["XRPLib/timeout.py", "github:Open-STEM/XRP_Micropython/XRPLib/timeout.py"],
1920
["XRPLib/version.py", "github:Open-STEM/XRP_Micropython/XRPLib/version.py"],
2021
["XRPLib/webserver.py", "github:Open-STEM/XRP_Micropython/XRPLib/webserver.py"],
21-
["XRPLib/resetbot.py", "github:Open-STEM/XRP_Micropython/XRPLib/resetbot.py"],
2222
["XRPExamples/__init__.py", "github:Open-STEM/XRP_Micropython/Examples/__init__.py"],
2323
["XRPExamples/drive_examples.py", "github:Open-STEM/XRP_Micropython/Examples/drive_examples.py"],
2424
["XRPExamples/installation_verification.py", "github:Open-STEM/XRP_Micropython/Examples/installation_verification.py"],
@@ -32,5 +32,5 @@
3232
["collections-defaultdict", "latest"],
3333
["os-path", "latest"]
3434
],
35-
"version": "0.9.5"
35+
"version": "0.9.6"
3636
}

0 commit comments

Comments
 (0)