Skip to content

Commit

Permalink
bump: version 0.6.5 → 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragn committed Nov 5, 2023
1 parent fcb8eac commit b5f6e10
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.6.5/party-0.6.5-py3-none-any.whl
pip install https://github.com/darkdragn/party/releases/download/v0.6.6/party-0.6.6-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.6.5"
version = "0.6.6"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
]

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

0 comments on commit b5f6e10

Please sign in to comment.