Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed May 20, 2023
1 parent 912c9f5 commit 41364ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ly2video/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
from pexpect.popen_spawn import PopenSpawn
from pexpect import EOF

VERSION = '0.4.2'
VERSION = '0.5.0'

GLOBAL_STAFF_SIZE = 20

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='ly2video',
version='0.4.1',
version='0.5.0',
description='Converts Lilypond files to videos',
license='GPLv3',
author='Adam Spiers',
Expand Down

0 comments on commit 41364ad

Please sign in to comment.