Skip to content

Commit

Permalink
Bump version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Apr 27, 2021
1 parent b32882d commit bc0a93a
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 @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = '1.19'
version = '1.20'
# The full version, including alpha/beta/rc tags.
release = '1.19.0'
release = '1.20.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.19.0'
__version__ = '1.20.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 @@ -44,7 +44,7 @@ def main():
for dep in deps})

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

0 comments on commit bc0a93a

Please sign in to comment.