Skip to content

Commit b62309d

Browse files
Support Python 3.12
1 parent 92d5111 commit b62309d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dcicpyvcf"
3-
version = "3.0.0.1b5" # TODO: To become 3.1.0
3+
version = "3.0.0.1b6" # TODO: To become 3.1.0
44
description = "Variant Call Format (VCF) parser for Python"
55
# A VCFv4.0 and 4.1 parser for Python."
66
# Online version of PyVCF documentation is available at http://pyvcf.rtfd.org/

0 commit comments

Comments
 (0)