Skip to content

Commit 357c5fb

Browse files
committed
bump version to 0.1.17
1 parent 72f3d1d commit 357c5fb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyqt-reactive"
7-
version = "0.1.16"
7+
version = "0.1.17"
88
description = "React-quality reactive form generation framework for PyQt6"
99
authors = [{name = "Tristan Simas", email = "tristan.simas@mail.mcgill.ca"}]
1010
license = {text = "MIT"}
@@ -69,11 +69,11 @@ target-version = ["py311", "py312", "py313"]
6969

7070
[tool.ruff]
7171
line-length = 100
72-
target-version = "0.1.16"
72+
target-version = "0.1.17"
7373
select = ["E", "F", "I", "N", "W", "UP"]
7474

7575
[tool.mypy]
76-
python_version = "0.1.16"
76+
python_version = "0.1.17"
7777
warn_return_any = true
7878
warn_unused_configs = true
7979
disallow_untyped_defs = false

src/pyqt_reactive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- Cross-window reactive updates
2020
"""
2121

22-
__version__ = "0.1.16"
22+
__version__ = "0.1.17"
2323

2424
# Public API will be populated as modules are added
2525
__all__ = [

0 commit comments

Comments
 (0)