Skip to content

Commit

Permalink
bump: version 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2023
1 parent 9d3053e commit bd09795
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.5.0 (2023-07-27)

### Feat

- **namespaces**: check that engine is supported

## v0.4.0 (2023-06-25)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion metis_client/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from logging import Logger, getLogger
from typing import Literal, Union

PROJECT_VERSION = "0.4.0"
PROJECT_VERSION = "0.5.0"
PROJECT_NAME = "metis_client"

# This is the default user agent,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "metis-client"
version = "0.4.0"
version = "0.5.0"
description = """Metis infra API client in Python"""
authors = [{name = "Sergei Korolev", email = "knopki@duck.com"}]
readme = "README.md"
Expand Down

0 comments on commit bd09795

Please # to comment.