Skip to content

Commit

Permalink
Bump to 0.7.17 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
alengwenus committed May 18, 2023
1 parent 72e5e47 commit cae76c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pypck"
version = "0.7.16"
version = "0.7.17"
license = {text = "MIT"}
description = "LCN-PCK library"
readme = "README.md"
Expand Down Expand Up @@ -36,7 +36,7 @@ include-package-data = true
include = ["pypck*"]

[tool.black]
target-version = ["py39", "py310"]
target-version = ["py310", "py311"]

[tool.isort]
# https://github.com/PyCQA/isort/wiki/isort-Settings
Expand Down

0 comments on commit cae76c2

Please sign in to comment.