Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Oct 1, 2023
1 parent 89d593b commit e5d0d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/deprecate/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package details."""

__version__ = "0.3.2"
__version__ = "0.4.0dev"
__docs__ = "Deprecation tooling"
__author__ = "Jiri Borovec"
__author_email__ = "j.borovec+github[at]gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion src/deprecate/deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import Any, Callable, Dict, Optional, Union
from warnings import warn

from deprecate.deprecation import get_func_arguments_types_defaults
from deprecate.utils import get_func_arguments_types_defaults

#: Default template warning message fot redirecting callable
TEMPLATE_WARNING_CALLABLE = (
Expand Down

0 comments on commit e5d0d59

Please sign in to comment.