Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Sep 5, 2022
1 parent fe46b72 commit 37d97fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@

# General information about the project.
project = 'INDRA'
copyright = '2021, B. M. Gyori, J. A. Bachman'
copyright = '2022, B. M. Gyori, J. A. Bachman'
author = 'B. M. Gyori, J. A. Bachman'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.21'
version = '1.22'
# The full version, including alpha/beta/rc tags.
release = '1.21.0'
release = '1.22.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.21.0'
__version__ = '1.22.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 @@ -45,7 +45,7 @@ def main():
for dep in deps})

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

0 comments on commit 37d97fe

Please sign in to comment.