Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 19, 2023
1 parent e426d3d commit d1ba6eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.0 (2023-05-19)

### Feat

- *input* calculation parameter support

## v0.2.0 (2023-05-02)

### 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.2.0"
PROJECT_VERSION = "0.3.0"
PROJECT_NAME = "metis_client"

# This is the default user agent,
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0"
version = "0.3.0"
description = """Metis infra API client in Python"""
authors = [{name = "Sergei Korolev", email = "knopki@duck.com"}]
readme = "README.md"
Expand Down Expand Up @@ -133,7 +133,7 @@ addopts = "--cov=metis_client --cov-report=term --no-cov-on-fail --cov-fail-unde

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.2.0"
version = "0.3.0"
tag_format = "v$version"
major_version_zero = true
version_files = [
Expand Down

0 comments on commit d1ba6eb

Please sign in to comment.