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 32
32
33
33
"""
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_DPS310.git"
37
37
38
38
from time import sleep
Original file line number Diff line number Diff line change 31
31
32
32
"""
33
33
34
- __version__ = "0.0.0- auto.0"
34
+ __version__ = "0.0.0+ auto.0"
35
35
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DPS310.git"
36
36
37
37
# Common imports; remove if unused or pylint will complain
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-dps310"
14
14
description = " Library for the DPS310 Precision Barometric Pressure Sensor"
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