Skip to content

Commit

Permalink
release(project): 0.4.5 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Oct 26, 2023
1 parent 129cf9f commit e677c6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.5
current_version = 0.5.0
commit = True
tag = True
message = release(project): {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion iris_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from iris_client.client import AsyncIrisClient, IrisClient

__all__ = ("AsyncIrisClient", "IrisClient")
__version__ = "0.4.5"
__version__ = "0.5.0"
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 = "dioptra-iris-client"
version = "0.4.5"
version = "0.5.0"
description = "Python client for the Iris API."
authors = ["Maxime Mouchet <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e677c6c

Please sign in to comment.