Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
bump: version 6.0.1 → 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rydra committed Jan 15, 2022
1 parent 7586c29 commit 25858b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion melange/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# __version__.py
__version__ = "6.0.1"
__version__ = "7.0.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "melange"
version = "6.0.1"
version = "7.0.0"
description = "A messaging library for an easy inter-communication in distributed and microservices architectures"
authors = ["David Jiménez (Rydra)"]
license = "MIT"
Expand All @@ -25,7 +25,7 @@ bunch = "^1.0.1"

[tool.commitizen]
name = "cz_conventional_commits"
version = "6.0.1"
version = "7.0.0"
tag_format = "$version"
version_files = [
"melange/__version__.py",
Expand Down

0 comments on commit 25858b2

Please sign in to comment.