Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
r-m-n committed Nov 18, 2023
1 parent a453558 commit 6042d4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[0.9.4]
-------------------------------
- Add py.typed to package data in setup.py. `PR #24 <https://github.com/click-contrib/click-help-colors/pull/24>`_

[0.9.3]
-------------------------------
- Add type hints. `PR #22 <https://github.com/click-contrib/click-help-colors/pull/22>`_
Expand Down
2 changes: 1 addition & 1 deletion click_help_colors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
]


__version__ = '0.9.3'
__version__ = '0.9.4'

0 comments on commit 6042d4c

Please sign in to comment.