Commit 4c631fb6 authored by Igor Dejanovic's avatar Igor Dejanovic

Version bump

parent 5ba79317
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
############################################################################### ###############################################################################
__author__ = "Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>" __author__ = "Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>"
__version__ = "0.7" __version__ = "0.7.1"
from setuptools import setup from setuptools import setup
...@@ -23,7 +23,8 @@ AUTHOR = 'Igor R. Dejanovic' ...@@ -23,7 +23,8 @@ AUTHOR = 'Igor R. Dejanovic'
AUTHOR_EMAIL = 'igor DOT dejanovic AT gmail DOT com' AUTHOR_EMAIL = 'igor DOT dejanovic AT gmail DOT com'
LICENSE = 'MIT' LICENSE = 'MIT'
URL = 'https://github.com/igordejanovic/Arpeggio' URL = 'https://github.com/igordejanovic/Arpeggio'
DOWNLOAD_URL = 'https://github.com/igordejanovic/Arpeggio/archive/v0.7.tar.gz' DOWNLOAD_URL = 'https://github.com/igordejanovic/Arpeggio/archive/v{}.tar.gz'\
.format(VERSION)
setup( setup(
name = NAME, name = NAME,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment