Skip to content

Commit

Permalink
fix: __init__.py was not updated (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowentan committed Oct 15, 2022
1 parent 2d976e8 commit 7eb1ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
with:
token: ${{ secrets.GH_AC_PAT }}
release-type: python
signoff: Bowen Tan <bowentan78@gmail.com>
prerelease: true
extra-files: |
action.yml
.github/workflows/build-publish.yml
Dockerfile
glob_linters/__init__.py
README.rst
- uses: actions/checkout@v3
- name: tag major and minor versions
Expand Down
2 changes: 1 addition & 1 deletion glob_linters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Bowen Tan"""
__email__ = "bowentan78@gmail.com"
__version__ = "0.2.0"
__version__ = "0.2.1" # x-release-please-version

0 comments on commit 7eb1ec2

Please sign in to comment.