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 3939except ImportError :
4040 pass
4141
42- __version__ = "0.0.0- auto.0"
42+ __version__ = "0.0.0+ auto.0"
4343__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FONA.git"
4444
4545FONA_DEFAULT_TIMEOUT_MS = 500 # TODO: Check this against arduino...
Original file line number Diff line number Diff line change 1919except ImportError :
2020 pass
2121
22- __version__ = "0.0.0- auto.0"
22+ __version__ = "0.0.0+ auto.0"
2323__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FONA.git"
2424
2525# Network types
Original file line number Diff line number Diff line change 3535except ImportError :
3636 pass
3737
38- __version__ = "0.0.0- auto.0"
38+ __version__ = "0.0.0+ auto.0"
3939__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FONA.git"
4040
4141FONA_MAX_SOCKETS = const (10 )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
1212[project ]
1313name = " adafruit-circuitpython-fona"
1414description = " CircuitPython library for the Adafruit FONAA"
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