Skip to content

Commit

Permalink
Merge pull request #9 from Jylpah/dev
Browse files Browse the repository at this point in the history
version 0.8.4
  • Loading branch information
Jylpah authored Mar 24, 2024
2 parents 629a2dd + 5159ec6 commit 9536539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "queutils"
version = "0.8.3"
version = "0.8.4"
authors = [{ name = "Jylpah", email = "[email protected]" }]
description = "Handy Python Queue utilies"
readme = "README.md"
Expand Down Expand Up @@ -49,7 +49,7 @@ exclude = ['tmp']
mypy_path = ['src', 'demos']

[tool.ruff]
include = ["pyproject.toml", "src/**/*.py", "tests/**/*.py"]
include = ["pyproject.toml", "src/**/*.py", "tests/**/*.py", "demos/**/*.py"]
indent-width = 4
extend-include = ["*.ipynb"]
extend-exclude = [".venv", ".vscode"]
Expand Down
Empty file added src/queutils/py.typed
Empty file.

0 comments on commit 9536539

Please sign in to comment.