Skip to content

Commit e0c46a9

Browse files
author
Alec Delaney
committed
Update version string
1 parent b0aca11 commit e0c46a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adafruit_motor/motor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
except ImportError:
3333
pass
3434

35-
__version__ = "0.0.0-auto.0"
35+
__version__ = "0.0.0+auto.0"
3636
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Motor.git"
3737

3838
FAST_DECAY = 0

adafruit_motor/servo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
pass
2727

2828

29-
__version__ = "0.0.0-auto.0"
29+
__version__ = "0.0.0+auto.0"
3030
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Motor.git"
3131

3232
# We disable the too few public methods check because this is a private base class for the two types

adafruit_motor/stepper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
except ImportError:
3131
pass
3232

33-
__version__ = "0.0.0-auto.0"
33+
__version__ = "0.0.0+auto.0"
3434
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Motor.git"
3535

3636
# Stepper Motor Shield/Wing Driver

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-motor"
1414
description = "CircuitPython helper library provides higher level objects to control motors and servos."
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)