Skip to content

Commit

Permalink
VER: Bump 0.6.1-a3
Browse files Browse the repository at this point in the history
  • Loading branch information
psalvy committed Aug 17, 2017
1 parent 80cc0a7 commit 407ef8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.1-a1'
release = '0.6.1-a3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
# reqs = [str(ir.req) for ir in install_reqs]
# return reqs

version_tag = '0.6.1-a3'

setup(name='pytfa',
version='0.6.1-a2',
version=version_tag,
author='pyTFA team',
author_email='[email protected]',
url='https://github.com/EPFL-LCSB/pytfa/',
download_url='https://github.com/EPFL-LCSB/pytfa/archive/0.6.1-a2.tar.gz',
download_url='https://github.com/EPFL-LCSB/pytfa/archive/'+version_tag+'.tar.gz',
install_requires=['cobra>0.6',
'bokeh>=0.12.1',
'optlang',
Expand Down

0 comments on commit 407ef8c

Please sign in to comment.