Skip to content

Commit

Permalink
chore: prep for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Dec 17, 2023
1 parent fc80170 commit f908d3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.1

* `requires-python` metadata is now properly set to ">=3.8,<3.11"

# 1.0.0

* Initial Reference Implementation
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "backports.asyncio.runner"
version = "1.0.0"
version = "1.0.1"
description = "Backport of asyncio.Runner, a context manager that controls event loop life cycle."
license = { text = "PSF-2.0" }
requires-python = ">=3.8,<3.11"
Expand Down

0 comments on commit f908d3c

Please sign in to comment.