We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ef2ae commit cd896e2Copy full SHA for cd896e2
adafruit_oauth2.py
@@ -31,7 +31,7 @@
31
# imports
32
import time
33
34
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
35
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_OAuth2.git"
36
37
# Google's authorization server
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-oauth2"
14
description = "CircuitPython helper for OAuth2.0 authorization to access Google APIs."
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