Commit 41e1d00c authored by Igor Dejanovic's avatar Igor Dejanovic

Version bump

parent 538933e9
......@@ -12,7 +12,7 @@
###############################################################################
__author__ = "Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>"
__version__ = "0.7"
__version__ = "0.8-dev"
from setuptools import setup
......@@ -23,7 +23,8 @@ AUTHOR = 'Igor R. Dejanovic'
AUTHOR_EMAIL = 'igor DOT dejanovic AT gmail DOT com'
LICENSE = 'MIT'
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(
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