Skip to content

Commit 38a53c9

Browse files
committed
Bump version
1 parent 0b96d43 commit 38a53c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '1.15'
70+
version = '1.16'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '1.15.2'
72+
release = '1.16.0'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

indra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import os
44
import sys
5-
__version__ = '1.15.2'
5+
__version__ = '1.16.0'
66

77
__all__ = ['assemblers', 'belief', 'databases', 'explanation', 'literature',
88
'mechlinker', 'preassembler', 'sources', 'tools', 'util']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main():
4242
for dep in deps})
4343

4444
setup(name='indra',
45-
version='1.15.2',
45+
version='1.16.0',
4646
description='Integrated Network and Dynamical Reasoning Assembler',
4747
long_description=long_description,
4848
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)