We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912c9f5 commit 41364adCopy full SHA for 41364ad
2 files changed
ly2video/cli.py
@@ -51,7 +51,7 @@
51
from pexpect.popen_spawn import PopenSpawn
52
from pexpect import EOF
53
54
-VERSION = '0.4.2'
+VERSION = '0.5.0'
55
56
GLOBAL_STAFF_SIZE = 20
57
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup
4
5
setup(name='ly2video',
6
- version='0.4.1',
+ version='0.5.0',
7
description='Converts Lilypond files to videos',
8
license='GPLv3',
9
author='Adam Spiers',
0 commit comments