Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Nov 15, 2024
1 parent d1d574f commit 190c8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
concurrency: publish
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion src/sweetrpg_db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__description__ = "SweetRPG database modules"
__url__ = "https://github.com/sweetrpg/db"
__version__ = "0.0.0"
__build__ = 0x000006
__build__ = 0x000007
__author_email__ = "[email protected]"
__license__ = "MIT"
__copyright__ = "Copyright 2024 SweetRPG"
Expand Down

0 comments on commit 190c8a0

Please sign in to comment.