Skip to content

Commit

Permalink
Bump v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Feb 10, 2022
1 parent a8672b4 commit 6c4de21
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
@@ -1,5 +1,9 @@
# Changelog: rich-click

## Version 0.1.1

* Fix a bug in `setup.cfg` that broke installation

## Version 0.1.0

Initial development version of `rich-click`, mostly as a proof of concept.
Expand Down
2 changes: 1 addition & 1 deletion src/rich_click/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
click, formatted with rich, with minimal customisation required.
"""

__version__ = "0.1.0"
__version__ = "0.1.1"

from .core import rich_format_help

0 comments on commit 6c4de21

Please sign in to comment.