Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Azureblade3808 committed Aug 23, 2024
1 parent 08fd86a commit c2d0884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "deferrer"
version = "0.1.0"
version = "0.1.1"
authors = [{ name = "Chris Fu", email = "17433201@qq.com" }]
description = "`defer` in python 3"
description = "Fancy `defer` in python 3"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -17,7 +17,7 @@ classifiers = [
]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.12"
requires-python = ">=3.12, <3.13"


[project.urls]
Expand Down

0 comments on commit c2d0884

Please sign in to comment.