Skip to content

Commit 4e0adf9

Browse files
committed
Bumped version
1 parent 1eeefc4 commit 4e0adf9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qq"
3-
version = "0.6.0-dev.2"
3+
version = "0.6.0"
44
description = "A friendly interface to batch processing"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -72,4 +72,4 @@ extend-select = [
7272
"NPY", # Some numpy-specific things
7373
"ARG", # Catch incorrect use of arguments
7474
]
75-
ignore = ["E501"]
75+
ignore = ["E501"]

src/qq_lib/qq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from qq_lib.wipe.cli import wipe
2424

2525
# version of the qq package
26-
__version__ = "0.6.0-dev.2"
26+
__version__ = "0.6.0"
2727

2828
# support both --help and -h
2929
_CONTEXT_SETTINGS = {"help_option_names": ["-h", "--help"]}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)