Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Mar 19, 2023
1 parent 0896533 commit 20ae229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robopianist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from pathlib import Path

__version__ = "1.0.5"
__version__ = "1.0.6"

# Path to the root of the project.
_PROJECT_ROOT = Path(__file__).parent.parent
Expand Down
2 changes: 1 addition & 1 deletion robopianist/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main() -> None:
args = parser.parse_args()

if args.version:
print(robopianist.__version__)
print(f"robopianist {robopianist.__version__}")
return

if args.download_soundfonts:
Expand Down

0 comments on commit 20ae229

Please sign in to comment.