Skip to content

Commit

Permalink
author 修正
Browse files Browse the repository at this point in the history
  • Loading branch information
medaka0213 committed Apr 7, 2024
1 parent 56fda19 commit d47a9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
commit-message: Bump version to ${{ env.VERSION }}
delete-branch: true
title: Bump version to ${{ env.VERSION }}
branch: release/${{ env.VERSION }}
body: |
Bump version to ${{ env.VERSION }}
${{ steps.tag_version.outputs.changelog }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

[tool.poetry]
author="medaka",
name = "ddb_single"
version = "0.4.7"
description = "Python DynamoDB interface, specialized in single-table design."
authors = ["medaka <[email protected]>"]
license = "MIT"
homepage = "https://medaka0213.github.io/DynamoDB-SingleTable/"
repository = "https://github.com/medaka0213/DynamoDB-SingleTable"
Expand Down

0 comments on commit d47a9fd

Please sign in to comment.