Skip to content

Commit

Permalink
Bump version: 0.8.6 → 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyTran authored and JonnyTran committed Mar 18, 2021
1 parent 9633bad commit 1d50e03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openomics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__author__ = """Nhat (Jonny) Tran"""
__email__ = 'nhat.tran@mavs.uta.edu'
__version__ = '0.8.6'
__version__ = '0.8.7'


# Initialize configurations
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.6
current_version = 0.8.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self):

# Package meta-data.
NAME = 'openomics'
version='0.8.6'
version='0.8.7'
DESCRIPTION = 'OpenOmics provides a bioinformatics API and web-app platform integrate and visualize the multiomics and clinical data.'
URL = 'https://github.com/BioMeCIS-Lab/OpenOmics'
EMAIL = 'nhat.tran@mavs.uta.edu'
Expand Down

0 comments on commit 1d50e03

Please sign in to comment.