Skip to content

Commit

Permalink
Merge pull request #83 from j9ac9k/bump-to-dev-version
Browse files Browse the repository at this point in the history
Pin PySide6-Essentials to ~=6.6.0 (6.6.3.1)
  • Loading branch information
j9ac9k authored May 8, 2024
2 parents 107813b + aeb543e commit 2590837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://github.com/hobuinc/doppkit"
repository = "https://github.com/hobuinc/doppkit"

[project.optional-dependencies]
GUI = ["qtpy", "PySide6-essentials", "qasync"]
GUI = ["qtpy", "PySide6-essentials~=6.6.0", "qasync"]

[tool.black]
line-length = 88
Expand Down
2 changes: 1 addition & 1 deletion src/doppkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.1dev0"
__version__ = "0.4.1"

from . import cache
from . import grid
Expand Down

0 comments on commit 2590837

Please sign in to comment.