Skip to content
Snippets Groups Projects
Commit f483ab03 authored by Samuel Tardieu's avatar Samuel Tardieu
Browse files

Update version number

parent b4bd3231
No related branches found
No related tags found
No related merge requests found
Pipeline #97634 passed
......@@ -136,7 +136,7 @@ dependencies = [
[[package]]
name = "dc-motor-driver-hat"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"common",
"cortex-m",
......
[package]
name = "dc-motor-driver-hat"
version = "0.2.0" # Update in python/controller.py as well
version = "0.3.0" # Update in python/controller.py as well
authors = ["Samuel Tardieu <sam@rfc1149.net>"]
edition = "2021"
......
......@@ -3,7 +3,7 @@ from numbers import Real
from typing import Any, Optional
# Major and minor version of required firmware
_REQUIRED_FIRMWARE_VERSION = (0, 2)
_REQUIRED_FIRMWARE_VERSION = (0, 3)
class FirmwareVersionMismatch(Exception):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment