Skip to content

Commit

Permalink
Prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Mar 10, 2017
1 parent 63bb438 commit 89d1da0
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -69,7 +69,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.0'
release = '1.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion indra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import print_function, unicode_literals
import logging
__version__ = '1.4.0'
__version__ = '1.4.1'

__all__ = ['bel', 'biopax', 'trips', 'reach', 'index_cards', 'sparser',
'databases', 'literature',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def main():
install_list.append('functools32')

setup(name='indra',
version='1.4.0',
version='1.4.1',
description='Integrated Network and Dynamical Reasoning Assembler',
long_description='INDRA is a framework '
'for assembling rule-based mathematical models and '
Expand Down

0 comments on commit 89d1da0

Please sign in to comment.