Skip to content

Commit 51103ef

Browse files
build: set version to 1.0.0 in __init__.py
1 parent a0b536c commit 51103ef

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
release-please:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
pull-requests: write
1013
outputs:
1114
release_created: ${{ steps.release.outputs.release_created }}
1215

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Python Package Template"""
22

3-
__version__ = "1.0.0-alpha"
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)