Skip to content

Commit

Permalink
bump: version 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragn committed Nov 16, 2023
1 parent b16ab07 commit 580882e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can either clone the repo or install from Releases.

1. Just do it, I guess. \shrugs (This is the latest link as of this post, check releases)
```sh
pip install https://github.com/darkdragn/party/releases/download/v0.7.0/party-0.7.0-py3-none-any.whl
pip install https://github.com/darkdragn/party/releases/download/v0.7.1/party-0.7.1-py3-none-any.whl
```

#### Installation from source
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.7.0"
version = "0.7.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
]

[tool.poetry]
name = "party"
version = "0.7.0"
version = "0.7.1"
description = ""
authors = ["darkdragn <[email protected]>"]
packages = [
Expand Down

0 comments on commit 580882e

Please sign in to comment.