Skip to content

Commit d626a15

Browse files
author
Alec Delaney
committed
Update version string
1 parent d3ee714 commit d626a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: adafruit_monsterm4sk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from adafruit_st7789 import ST7789
4040
import adafruit_lis3dh
4141

42-
__version__ = "0.0.0-auto.0"
42+
__version__ = "0.0.0+auto.0"
4343
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK.git"
4444

4545
# Seesaw pin numbers

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-monsterm4sk"
1414
description = "Helper library for the MONSTER M4SK device. Allows usage of screens and other built-in hardware."
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 = "circuitpython@adafruit.com"}

0 commit comments

Comments
 (0)