Skip to content

Commit

Permalink
bump: version 0.7.1 → 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2024
1 parent e73270c commit 36ac8c3
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.7.2 (2024-05-22)

### Fix

- **MetisAPI**: ability to run sync API in async runtime

## v0.7.1 (2024-02-12)

### Fix
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.7.1"
PROJECT_VERSION = "0.7.2"
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.7.1"
version = "0.7.2"
description = """Metis infra API client in Python"""
authors = [{name = "Sergei Korolev", email = "knopki@duck.com"}]
readme = "README.md"
Expand Down

0 comments on commit 36ac8c3

Please # to comment.