Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
arpeggio-gm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
backend
arpeggio-gm
Commits
4c631fb6
Commit
4c631fb6
authored
Aug 31, 2014
by
Igor Dejanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump
parent
5ba79317
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
setup.py
setup.py
+3
-2
No files found.
setup.py
View file @
4c631fb6
...
...
@@ -12,7 +12,7 @@
###############################################################################
__author__
=
"Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>"
__version__
=
"0.7"
__version__
=
"0.7
.1
"
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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment