Skip to content

Commit

Permalink
bump: version 1.57.0 → 1.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Jul 31, 2023
1 parent 580e644 commit 4864aa0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion prettyqt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Philipp Temminghoff"""
__email__ = "phil65@kodi.tv"
__version__ = "1.57.0"
__version__ = "1.57.1"

# import os

Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "PrettyQt"
version = "1.57.0"
version = "1.57.1"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'README.md'
requires-python = ">=3.10"
Expand Down Expand Up @@ -140,13 +140,16 @@ dependencies = [
[envs.default.scripts]
test = 'pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=pkg --cov=tests'


[tool.hatch.envs.default.scripts]
test = 'pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=pkg --cov=tests'


[tool.hatch.envs.docs.scripts]
build = "mkdocs build --clean"
serve = "mkdocs serve --dirtyreload"


[tool.hatch.build]
sources = ["prettyqt"]
include = [
Expand Down Expand Up @@ -176,7 +179,7 @@ dependencies = [

[tool.poetry]
name = "PrettyQt"
version = "1.57.0"
version = "1.57.1"
description = "A pythonic layer on top of PyQt6 / PySide6"
readme = 'README.md'
repository = "https://github.com/phil65/prettyqt"
Expand Down Expand Up @@ -414,7 +417,7 @@ exclude = '''
[tool.commitizen]
name = "cz_conventional_commits"
github_repo = "phil65/PrettyQt"
version = "1.57.0"
version = "1.57.1"
tag_format = "v$version"
update_changelog_on_bump = false
changelog_start_rev = "v1.40.0"
Expand Down

0 comments on commit 4864aa0

Please sign in to comment.