Skip to content

Commit 619b5de

Browse files
committed
Publishing Version 0.6 with Capitan-Dataset included
1 parent c3eccf4 commit 619b5de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
setup(
66
name='omrdatasettools',
77
packages=find_packages('.'),
8-
version='0.5',
8+
version='0.6',
99
description='A collection of tools that simplify the downloading and handling of datasets used for Optical Music Recognition (OMR).',
1010
author='Alexander Pacha',
1111
author_email='[email protected]',
1212
license='MIT',
1313
url='https://github.com/apacha/omr-datasets', # use the URL to the github repo
14-
download_url='https://github.com/apacha/omr-datasets/archive/0.5.tar.gz',
14+
download_url='https://github.com/apacha/omr-datasets/archive/0.6.tar.gz',
1515
keywords=['optical music recognition', 'downloading', 'extracting', 'omr', 'generating', 'dataset', 'preprocessing'],
1616
classifiers=[
1717
# How mature is this project? Common values are

0 commit comments

Comments
 (0)