Skip to content

Commit 990b29d

Browse files
fix: correct formatting in .shiprc for versioning configuration
1 parent b60c5d0 commit 990b29d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.shiprc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"files": {
3-
".version": []
3+
".version": [],
4+
"pyproject.toml": ["version = \"{MAJOR}.{MINOR}.{PATCH}{PRERELEASE_LABEL}{PRERELEASE_COUNTER}\""]
45
},
56
"prefixVersion": false
67
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auth0-api-python"
3-
version = "1.0.0.b7"
3+
version = "1.0.0b7"
44
description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib."
55
authors = ["Auth0 <support@auth0.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)