Update version string

This commit is contained in:
Alec Delaney 2022-08-16 18:09:15 -04:00
parent 3198742a78
commit d183a43a48
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ Implementation Notes
import json
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests.git"

View file

@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-fakerequests"
description = "Fake Network Requests helper that retrieves data from a local file."
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}