Skip to content

Commit

Permalink
Bump version and add full link to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Sep 20, 2019
1 parent 69bc642 commit cbce65d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# INDRA

<img align="left" src="/doc/indra_logo.png?raw=True" width="300" height="224" />
<img align="left" src="https://raw.githubusercontent.com/sorgerlab/indra/master/doc/indra_logo.png" width="300" height="224" />

INDRA (Integrated Network and Dynamical Reasoning Assembler) is an automated
model assembly system, originally developed for molecular systems biology and
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = '1.13'
version = '1.14'
# The full version, including alpha/beta/rc tags.
release = '1.13.0'
release = '1.14.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
Expand Up @@ -2,7 +2,7 @@
import logging
import os
import sys
__version__ = '1.13.0'
__version__ = '1.14.1'

__all__ = ['assemblers', 'belief', 'databases', 'explanation', 'literature',
'mechlinker', 'preassembler', 'sources', 'tools', 'util']
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def main():
install_list = ['pysb>=1.3.0', 'objectpath', 'rdflib==4.2.1',
'requests>=2.11', 'lxml', 'ipython', 'future',
'networkx>=2', 'pandas', 'ndex2==2.0.1', 'jinja2',
'protmapper>=0.0.13']
'protmapper>=0.0.14']

extras_require = {
# Inputs and outputs
Expand Down Expand Up @@ -42,7 +42,7 @@ def main():
for dep in deps})

setup(name='indra',
version='1.13.0',
version='1.14.1',
description='Integrated Network and Dynamical Reasoning Assembler',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -93,7 +93,6 @@ def main():
'Environment :: Console',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Scientific/Engineering :: Chemistry',
Expand Down

0 comments on commit cbce65d

Please sign in to comment.