Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
northpowered committed May 3, 2023
1 parent 5d651bf commit 56eb1e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.10-slim

LABEL org.opencontainers.image.source="https://github.com/northpowered/temporal-rest-executor"

LABEL version="0.2.0"
LABEL version="0.3.0"

ENV POETRY_VIRTUALENVS_CREATE=false

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "temporal-rest-executor"
version = "0.2.0"
version = "0.3.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/executor/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


__title__: str = SERVICE_NAME
__version__: str = "0.2.0"
__version__: str = "0.3.0"


console = Console()
Expand Down

0 comments on commit 56eb1e7

Please sign in to comment.