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 3232except 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
3838FAST_DECAY = 0
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3030except 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
1212[project ]
1313name = " adafruit-circuitpython-motor"
1414description = " 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"
1616readme = " README.rst"
1717authors = [
1818 {
name =
" Adafruit Industries" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments