Skip to content

Commit

Permalink
Release 1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Sep 22, 2023
1 parent 41e3eed commit c37bc07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Unreleased
## [1.10](https://pypi.org/project/multimethod/1.10/) - 2023-09-21
### Changed
* Python >=3.8 required

Expand Down
2 changes: 1 addition & 1 deletion multimethod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import Any, Callable, Dict, Iterable, Iterator, Literal, Mapping, Optional, Tuple
from typing import TypeVar, Union, get_type_hints, no_type_check, overload as tp_overload

__version__ = '1.9.1'
__version__ = '1.10'
Empty = types.new_class('*')


Expand Down

0 comments on commit c37bc07

Please sign in to comment.