Skip to content

Commit 428ee14

Browse files
author
Stefan Lengfeld
committed
Release version v0.1a6
1 parent 7a7d971 commit 428ee14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subpatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from typing import Any, Dict, Generator, List, Optional, TypeAlias, Union
1818

1919
# See https://peps.python.org/pep-0440/ for details about the version format.
2020
# e.g. dashes "-" are not allowed and 'a' stands for 'alpha' release.
21-
__version__ = "0.1a5"
21+
__version__ = "0.1a6"
2222

2323
# It's the SPDX identifier. See https://spdx.org/licenses/GPL-2.0-only.html
2424
__LICENSE__ = "GPL-2.0-only"

0 commit comments

Comments
 (0)