Skip to content

Commit

Permalink
Bumped to Abjad 3.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Apr 25, 2023
1 parent 927ba00 commit 0e91a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abjadext/nauert/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (3, 16)
__version_info__ = (3, 17)
__version__ = ".".join(str(x) for x in __version_info__[:3]) + "".join(
__version_info__[3:] or []
)

0 comments on commit 0e91a94

Please sign in to comment.