Skip to content

Commit

Permalink
v22.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Dec 27, 2022
1 parent c723755 commit d75754b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ This outer factory takes an ``inspect.Parameter`` and returns a depedency factor

Changelog
---------
22.2.1 (UNRELEASED)
22.2.1 (2022-12-27)
~~~~~~~~~~~~~~~~~~~
* Fix an issue when wrapping a sync function with an async one.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
name = "incant"
authors = [{name = "Tin Tvrtkovic", email = "[email protected]"}]
classifiers = ["License :: OSI Approved :: Apache Software License"]
version = "22.2.0"
version = "22.2.1"
requires-python = ">=3.8"
description = "Magical function composition"
readme = "README.rst"
Expand Down

0 comments on commit d75754b

Please sign in to comment.