Skip to content

Commit

Permalink
Bump version to 0.0.7 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab authored May 23, 2024
1 parent 86fa47a commit fe1011a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker_image_release_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}


- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
config = BotSettings()

# Set global name
__version__ = '0.0.6'
__version__ = '0.0.7'
__author__ = 'Denis Rozhnovskiy <pytelemonbot@mail.ru>'
__license__ = 'MIT'
__repository__ = 'https://github.com/orenlab/pytmbot'
Expand Down

0 comments on commit fe1011a

Please sign in to comment.