Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Apr 24, 2021
1 parent d997d1f commit 506d871
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 @@ -19,7 +19,7 @@
from types import FunctionType
from typing import List, Tuple, TypeVar, Union, Callable

__VERSION__ = "4.0.1"
__VERSION__ = "4.1.0"


_WrappedMethod = TypeVar("_WrappedMethod", bound=Union[FunctionType, Callable])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
LONG_DESCRIPTION = f.read()

setup(name='overrides',
version='4.0.1',
version='4.1.0',
description=desc,
long_description=LONG_DESCRIPTION,
author=name,
Expand Down

0 comments on commit 506d871

Please sign in to comment.