Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 authored Mar 19, 2024
1 parent d6ce404 commit 707a4b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

-

## [0.3.1] - 2024-03-19

### Bugfix

- fix a `TypeError` on some Python versions when calling `importlib.metadata.entry_points` with group argument
Expand Down
2 changes: 1 addition & 1 deletion src/audible_cli/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "audible-cli"
__description__ = "Command line interface (cli) for the audible package."
__url__ = "https://github.com/mkb79/audible-cli"
__version__ = "0.3.0"
__version__ = "0.3.1"
__author__ = "mkb79"
__author_email__ = "[email protected]"
__license__ = "AGPL"
Expand Down

0 comments on commit 707a4b9

Please sign in to comment.