Skip to content

Commit

Permalink
Updating setup.py for newest release
Browse files Browse the repository at this point in the history
  • Loading branch information
apacha committed Aug 10, 2018
1 parent 8aebb04 commit 645ef33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
setup(
name='omrdatasettools',
packages=find_packages('.'),
version='0.11',
version='0.12',
description='A collection of tools that simplify the downloading and handling of datasets used for Optical Music Recognition (OMR).',
author='Alexander Pacha',
author_email='[email protected]',
license='MIT',
url='https://github.com/apacha/omr-datasets', # use the URL to the github repo
download_url='https://github.com/apacha/omr-datasets/archive/0.10.tar.gz',
download_url='https://github.com/apacha/OMR-Datasets/archive/0.12.tar.gz',
keywords=['optical music recognition', 'downloading', 'extracting', 'omr', 'generating', 'dataset', 'preprocessing'],
classifiers=[
# How mature is this project? Common values are
Expand Down

0 comments on commit 645ef33

Please sign in to comment.