File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
except ImportError :
33
33
pass
34
34
35
- __version__ = "0.0.0- auto.0"
35
+ __version__ = "0.0.0+ auto.0"
36
36
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Motor.git"
37
37
38
38
FAST_DECAY = 0
Original file line number Diff line number Diff line change 26
26
pass
27
27
28
28
29
- __version__ = "0.0.0- auto.0"
29
+ __version__ = "0.0.0+ auto.0"
30
30
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Motor.git"
31
31
32
32
# We disable the too few public methods check because this is a private base class for the two types
Original file line number Diff line number Diff line change 30
30
except ImportError :
31
31
pass
32
32
33
- __version__ = "0.0.0- auto.0"
33
+ __version__ = "0.0.0+ auto.0"
34
34
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Motor.git"
35
35
36
36
# Stepper Motor Shield/Wing Driver
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-motor"
14
14
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"
16
16
readme = " README.rst"
17
17
authors = [
18
18
{
name =
" Adafruit Industries" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments