Skip to content

Commit

Permalink
Bump version to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed May 19, 2020
1 parent c66b3dd commit 13918aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.16'
version = '1.17'
# The full version, including alpha/beta/rc tags.
release = '1.16.0'
release = '1.17.0'

# 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.16.0'
__version__ = '1.17.0'

__all__ = ['assemblers', 'belief', 'databases', 'explanation', 'literature',
'mechlinker', 'preassembler', 'sources', 'tools', 'util']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main():
for dep in deps})

setup(name='indra',
version='1.16.0',
version='1.17.0',
description='Integrated Network and Dynamical Reasoning Assembler',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 13918aa

Please sign in to comment.