Skip to content

Commit

Permalink
pyrage-stubs: 1.1.1
Browse files Browse the repository at this point in the history
Closes #67.

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed May 16, 2024
1 parent 0e27bf9 commit 1eb5c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrage-stubs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyrage-stubs"
version = "1.1.0"
version = "1.1.1"
description = "A PEP 561 stub package for pyrage's types"
readme = "README.md"
license = { file = "LICENSE" }
Expand All @@ -24,4 +24,4 @@ Issues = "https://github.com/woodruffw/pyrage/issues"
Source = "https://github.com/woodruffw/pyrage/tree/main/pyrage-stubs"

[tool.setuptools.package-data]
"*" = ["*.pyi"]
"*" = ["*.pyi"]

0 comments on commit 1eb5c0b

Please sign in to comment.