Skip to content

Commit

Permalink
Bumped to Abjad 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Sep 22, 2022
1 parent 51c8a2e commit 1981856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 11)
__version_info__ = (3, 12)
__version__ = ".".join(str(x) for x in __version_info__[:3]) + "".join(
__version_info__[3:] or []
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def read_version():
description=description,
include_package_data=True,
install_requires=[
"abjad>=3.11",
"abjad>=3.12",
],
license="MIT",
long_description=pathlib.Path("README.md").read_text(),
Expand Down

0 comments on commit 1981856

Please sign in to comment.