File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
* Author(s): Carter Nelson
12
12
"""
13
13
14
- __version__ = "0.0.0- auto.0"
14
+ __version__ = "0.0.0+ auto.0"
15
15
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_OneWire.git"
16
16
17
17
import onewireio
Original file line number Diff line number Diff line change 11
11
* Author(s): Carter Nelson
12
12
"""
13
13
14
- __version__ = "0.0.0- auto.0"
14
+ __version__ = "0.0.0+ auto.0"
15
15
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_OneWire.git"
16
16
17
17
try :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-onewire"
14
14
description = " CircuitPython OneWire helper library for 1-wire bus devices."
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 = " circuitpython@adafruit.com" }
You can’t perform that action at this time.
0 commit comments