Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 1, 2021
1 parent 770e29f commit 228d2f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.1 (2021-07-01)

### Fix

- **pypi**: name on pypi is mrmoe

## v0.2.0 (2021-07-01)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "MrMoe"
packages = [
{ include = "moe" }
]
version = "0.2.0"
version = "0.2.1"
description = "The ultimate tool for managing your music library."
authors = ["Jacob Pavlock <[email protected]>"]
repository = "https://github.com/jtpavlock/Moe"
Expand Down Expand Up @@ -55,7 +55,7 @@ docs = ["Sphinx"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.2.0"
version = "0.2.1"
version_files = [
"pyproject.toml:^version",
]
Expand Down

0 comments on commit 228d2f1

Please sign in to comment.