Skip to content

Commit

Permalink
Bump version: 0.8.2 → 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyTran authored and JonnyTran committed Jan 1, 2021
1 parent 3993f20 commit 7e16ee6
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 @@ -10,7 +10,7 @@

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

__BACKEND__ = "pandas"
backend = pd
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.2
current_version = 0.8.3
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 @@ -50,7 +50,7 @@ def run(self):
history = history_file.read()
# Package meta-data.
NAME = 'openomics'
version='0.8.2'
version='0.8.3'
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 7e16ee6

Please sign in to comment.