From 41364ad9c5d512c502de2c9b06f7878bd88b77e1 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 20 May 2023 17:20:01 +0100 Subject: [PATCH] bump version to 0.5.0 --- ly2video/cli.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ly2video/cli.py b/ly2video/cli.py index c94d5d5..3795c06 100755 --- a/ly2video/cli.py +++ b/ly2video/cli.py @@ -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 diff --git a/setup.py b/setup.py index 1e36fcc..62e4ec3 100644 --- a/setup.py +++ b/setup.py @@ -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',