Skip to content

Commit

Permalink
bump: version 0.3.2 → 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 8, 2021
1 parent f8f80a2 commit 5c74dbc
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.3.3 (2021-07-08)

### Refactor

- **add**: abstract questionary dependency from API

## v0.3.2 (2021-07-07)

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

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

0 comments on commit 5c74dbc

Please sign in to comment.