Skip to content

Commit 838cde9

Browse files
author
Alec Delaney
committed
Update version string
1 parent f70254c commit 838cde9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_ds3231.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
except ImportError:
6060
pass
6161

62-
__version__ = "0.0.0-auto.0"
62+
__version__ = "0.0.0+auto.0"
6363
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DS3231.git"
6464

6565
# pylint: disable-msg=too-few-public-methods

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-ds3231"
1414
description = "CircuitPython library for DS3231 precision real-time clock."
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)