Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Apr 1, 2024
1 parent ff57e38 commit b8375ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion harp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _parse_version(version: str, /, *, default=None) -> Version:

# last release
__title__ = "Core"
__version__ = "0.5.0b3"
__version__ = "0.5.0b4"
__revision__ = __version__ # we can't commit the not yet known revision

# override with version.txt if available (after docker build for example)
Expand Down
2 changes: 1 addition & 1 deletion misc/helm/charts/harp-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: harp-proxy
description: HTTP API Runtime Proxy
type: application
version: "0.1.0"
appVersion: "0.5.0b3"
appVersion: "0.5.0b4"

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "harp-proxy"
version = "0.5.0b3"
version = "0.5.0b4"
description = "Harp is an API Runtime Proxy – A toolkit for Fast, Reliable and Observable external APIs"
authors = ["Romain Dorgueil <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit b8375ae

Please sign in to comment.