Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
This adds support for newer Python releases and updates documentation and dependencies.
  • Loading branch information
rbaltrusch committed May 26, 2024
1 parent 63eab44 commit 347e748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="continuo",
version="0.2.2",
version="0.3.0",
description="Procedural music generator",
long_description=project_dir.joinpath("README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 347e748

Please # to comment.