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 73b78e2 commit ff32685
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion adafruit_seesaw/analoginput.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
====================================================
"""

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/attiny8x7.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
==================================================================================
"""

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/crickit.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def const(x):
return x


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

# The ordering here reflects the seesaw firmware pinmap for crickit,
Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/digitalio.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import digitalio

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/keypad.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def const(x):

from adafruit_seesaw.seesaw import Seesaw

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

_KEYPAD_BASE = const(0x10)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/neopixel.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def const(x):
return x


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

_NEOPIXEL_BASE = const(0x0E)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/pwmout.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
====================================================
"""

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/robohat.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def const(x):
return x


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

# Robo HAT MM1 Board: https://www.crowdsupply.com/robotics-masters/robo-hat-mm1
Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/rotaryio.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
====================================================
"""

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/samd09.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def const(x):
return x


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

_ADC_INPUT_0_PIN = const(0x02)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/seesaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def const(x):

from adafruit_bus_device.i2c_device import I2CDevice

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

_STATUS_BASE = const(0x00)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_seesaw/tftshield18.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def const(x):

from adafruit_seesaw.seesaw import Seesaw

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

_TIMER_BASE = const(0x08)
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-seesaw"
description = "CircuitPython library for controlling a SeeSaw helper chip."
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 ff32685

Please sign in to comment.