Skip to content

Commit d0b8c93

Browse files
Support for Python 3.12
1 parent 75c7be5 commit d0b8c93

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.1b7" # TODO: To become 3.1.0
3+
version = "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)