We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ee714 commit d626a15Copy full SHA for d626a15
adafruit_monsterm4sk.py
@@ -39,7 +39,7 @@
39
from adafruit_st7789 import ST7789
40
import adafruit_lis3dh
41
42
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
43
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK.git"
44
45
# Seesaw pin numbers
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-monsterm4sk"
14
description = "Helper library for the MONSTER M4SK device. Allows usage of screens and other built-in hardware."
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
0 commit comments