Skip to content

Commit

Permalink
Bump version to 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Oct 17, 2022
1 parent 19b9269 commit 54835ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overrides/overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from types import FunctionType
from typing import Callable, List, Optional, Tuple, TypeVar, Union, overload

__VERSION__ = "7.3.0"
__VERSION__ = "7.3.1"

from overrides.signature import ensure_signature_is_compatible

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="overrides",
version="7.3.0",
version="7.3.1",
description=desc,
long_description=LONG_DESCRIPTION,
author=name,
Expand Down

0 comments on commit 54835ec

Please sign in to comment.