Skip to content

Commit

Permalink
Update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Delaney committed Aug 16, 2022
1 parent f08870a commit c7a10ad
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion adafruit_epd/epd.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from digitalio import Direction
from adafruit_epd import mcp_sram

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"


Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/il0373.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import adafruit_framebuf
from adafruit_epd.epd import Adafruit_EPD

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

_IL0373_PANEL_SETTING = const(0x00)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/il0398.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import adafruit_framebuf
from adafruit_epd.epd import Adafruit_EPD

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

_IL0398_PANEL_SETTING = const(0x00)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/il91874.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import adafruit_framebuf
from adafruit_epd.epd import Adafruit_EPD

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

_IL91874_PANEL_SETTING = const(0x00)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/mcp_sram.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from micropython import const
from adafruit_bus_device import spi_device

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

SRAM_SEQUENTIAL_MODE = const(1 << 6)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/ssd1608.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import adafruit_framebuf
from adafruit_epd.epd import Adafruit_EPD

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

_SSD1608_DRIVER_CONTROL = const(0x01)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/ssd1675.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import adafruit_framebuf
from adafruit_epd.epd import Adafruit_EPD

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

_SSD1675_DRIVER_CONTROL = const(0x01)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/ssd1675b.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import adafruit_framebuf
from adafruit_epd.epd import Adafruit_EPD

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

_SSD1675B_DRIVER_CONTROL = const(0x01)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/ssd1680.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import adafruit_framebuf
from adafruit_epd.epd import Adafruit_EPD

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

_SSD1680_DRIVER_CONTROL = const(0x01)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/ssd1681.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import adafruit_framebuf
from adafruit_epd.epd import Adafruit_EPD

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

_SSD1681_DRIVER_CONTROL = const(0x01)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_epd/uc8151d.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import adafruit_framebuf
from adafruit_epd.epd import Adafruit_EPD

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"

_UC8151D_PANEL_SETTING = const(0x00)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-epd"
description = "CircuitPython library for EPD e-ink displays."
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
Expand Down

0 comments on commit c7a10ad

Please sign in to comment.