Skip to content

Commit

Permalink
Bumped to Abjad 3.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jun 1, 2023
1 parent 60ff1a6 commit 8fe5829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abjadext/rmakers/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (3, 17)
__version_info__ = (3, 18)
__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 @@ -32,7 +32,7 @@ def read_version():
description=description,
include_package_data=True,
install_requires=[
"abjad>=3.17",
"abjad>=3.18",
],
license="MIT",
long_description=pathlib.Path("README.md").read_text(),
Expand Down

0 comments on commit 8fe5829

Please sign in to comment.