File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
from adafruit_display_text .bitmap_label import Label
28
28
from adafruit_display_text import wrap_text_to_lines
29
29
30
- __version__ = "0.0.0- auto.0"
30
+ __version__ = "0.0.0+ auto.0"
31
31
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
32
32
33
33
Original file line number Diff line number Diff line change 24
24
import gc
25
25
import displayio
26
26
27
- __version__ = "0.0.0- auto.0"
27
+ __version__ = "0.0.0+ auto.0"
28
28
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
29
29
30
30
Original file line number Diff line number Diff line change 42
42
in order to use network related features"""
43
43
)
44
44
45
- __version__ = "0.0.0- auto.0"
45
+ __version__ = "0.0.0+ auto.0"
46
46
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
47
47
48
48
# pylint: disable=line-too-long, too-many-lines
Original file line number Diff line number Diff line change 27
27
import adafruit_esp32spi .adafruit_esp32spi_socket as socket
28
28
import adafruit_requests as requests
29
29
30
- __version__ = "0.0.0- auto.0"
30
+ __version__ = "0.0.0+ auto.0"
31
31
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
32
32
33
33
Original file line number Diff line number Diff line change 27
27
import socketpool
28
28
import adafruit_requests
29
29
30
- __version__ = "0.0.0- auto.0"
30
+ __version__ = "0.0.0+ auto.0"
31
31
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
32
32
33
33
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-portalbase"
14
14
description = " Base Library for the Portal-style libraries."
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