Skip to content

Commit 41364ad

Browse files
committed
bump version to 0.5.0
1 parent 912c9f5 commit 41364ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ly2video/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from pexpect.popen_spawn import PopenSpawn
5252
from pexpect import EOF
5353

54-
VERSION = '0.4.2'
54+
VERSION = '0.5.0'
5555

5656
GLOBAL_STAFF_SIZE = 20
5757

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='ly2video',
6-
version='0.4.1',
6+
version='0.5.0',
77
description='Converts Lilypond files to videos',
88
license='GPLv3',
99
author='Adam Spiers',

0 commit comments

Comments
 (0)