diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0ba2702..68592a8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 0.0.6 +current_version = 0.0.7 [bumpversion:file:VERSION] search = version="{current_version}" diff --git a/README.md b/README.md index d8866ce..7d2cbb2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Bump version and push tag - uses: jaumann/github-bumpversion-action@v0.0.6 + uses: jaumann/github-bumpversion-action@v0.0.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Push changes diff --git a/VERSION b/VERSION index 06028ee..d6a4163 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version="0.0.6" +version="0.0.7"