Skip to content

Commit

Permalink
chore(master): release 0.95.0a2 (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Nov 13, 2024
1 parent 9adc4b0 commit 6fc567a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ LABEL org.opencontainers.image.title="reana-client"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-client"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.3"
LABEL org.opencontainers.image.version="0.95.0-alpha.2"
# x-release-please-end
2 changes: 1 addition & 1 deletion reana_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.95.0a1"
__version__ = "0.95.0a2"

0 comments on commit 6fc567a

Please sign in to comment.