Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Oct 7, 2023
1 parent 16e8dfe commit 5962fab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/rich_click/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
customisation required.
"""

__version__ = "1.7.0"
__version__ = "1.7.0dev1"

# Import the entire click API here.
# We need to manually import these instead of `from click import *` to force mypy to recognize a few type annotation overrides for the rich_click decorators.
Expand Down
2 changes: 0 additions & 2 deletions src/rich_click/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
customisation required.
"""

__version__ = "1.7.0dev"

from typing import Any, Callable, cast, Dict, Optional, overload, Type, TYPE_CHECKING, TypeVar, Union

from click import Command
Expand Down

0 comments on commit 5962fab

Please sign in to comment.