From 071a23713f60ad3094cdfdbb94fdf9fb4bffc887 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Tue, 16 Aug 2022 18:09:14 -0400 Subject: [PATCH] Update version string --- adafruit_si5351.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adafruit_si5351.py b/adafruit_si5351.py index db84c88..edfd70f 100644 --- a/adafruit_si5351.py +++ b/adafruit_si5351.py @@ -19,7 +19,7 @@ from adafruit_bus_device import i2c_device -__version__ = "0.0.0-auto.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SI5351.git" diff --git a/pyproject.toml b/pyproject.toml index 94c943c..d5bb46b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires = [ [project] name = "adafruit-circuitpython-si5351" description = "CircuitPython library for SI5351 clock generator module." -version = "0.0.0-auto.0" +version = "0.0.0+auto.0" readme = "README.rst" authors = [ {name = "Adafruit Industries", email = "circuitpython@adafruit.com"}