Update version string
This commit is contained in:
parent
9feca42f6e
commit
4326d9e9dd
7 changed files with 7 additions and 7 deletions
|
|
@ -25,7 +25,7 @@ Implementation Notes
|
|||
|
||||
"""
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
|
||||
|
||||
from adafruit_led_animation import MS_PER_SECOND, monotonic_ms
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ Implementation Notes
|
|||
import random
|
||||
from adafruit_led_animation.animation import Animation
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
|
||||
|
||||
from adafruit_led_animation.color import BLACK, colorwheel, calculate_intensity, GREEN
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ from adafruit_led_animation.animation import Animation
|
|||
from adafruit_led_animation.color import BLACK, colorwheel
|
||||
from adafruit_led_animation import MS_PER_SECOND, monotonic_ms
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ Implementation Notes
|
|||
import random
|
||||
from adafruit_led_animation.animation import Animation
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Implementation Notes
|
|||
|
||||
"""
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
|
||||
|
||||
from adafruit_led_animation.animation import Animation
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ import random
|
|||
from adafruit_led_animation.color import BLACK
|
||||
from . import MS_PER_SECOND, monotonic_ms
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ requires = [
|
|||
[project]
|
||||
name = "adafruit-circuitpython-led-animation"
|
||||
description = "CircuitPython helper for LED colors and animations."
|
||||
version = "0.0.0-auto.0"
|
||||
version = "0.0.0+auto.0"
|
||||
readme = "README.rst"
|
||||
authors = [
|
||||
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue