Skip to content

Commit c6b50c3

Browse files
build: bump version
1 parent a01b612 commit c6b50c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# last release of PyXB (1.2.6), so the PyXB version will remain
1313
# the same. The release number will remain based on 1.2.6,
1414
# but the rightmost number will be incremented with each patch.
15-
version = "1.2.6.3"
15+
version = "1.2.6.4"
1616

1717
# Require Python 2.6 or higher or Python 3.5 or higher
1818
if (sys.version_info[:2] < (2, 6)) or (

0 commit comments

Comments
 (0)