Skip to content

Commit

Permalink
Merge pull request #30 from Abjad/trevor/abjad-3-20
Browse files Browse the repository at this point in the history
Bump to Abjad 3.20
  • Loading branch information
trevorbaca authored Jan 7, 2025
2 parents 70c9455 + 6da81c6 commit e32ee2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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, 19)
__version_info__ = (3, 20)
__version__ = ".".join(str(x) for x in __version_info__[:3]) + "".join(
__version_info__[3:] or []
)
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ def read_version():
],
description=description,
include_package_data=True,
install_requires=[
"abjad>=3.19",
],
install_requires=["abjad>=3.20"],
license="MIT",
long_description=pathlib.Path("README.md").read_text(),
keywords=", ".join(
Expand Down

0 comments on commit e32ee2e

Please sign in to comment.