From 9290f7dd2551fd1b9a06182933e9a897cc17eada Mon Sep 17 00:00:00 2001 From: JonnyTran Date: Fri, 1 Jan 2021 13:31:59 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.3=20=E2=86=92=200.8.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openomics/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openomics/__init__.py b/openomics/__init__.py index 497bb71b..15edb636 100644 --- a/openomics/__init__.py +++ b/openomics/__init__.py @@ -10,7 +10,7 @@ __author__ = """Nhat (Jonny) Tran""" __email__ = 'nhat.tran@mavs.uta.edu' -__version__ = '0.8.3' +__version__ = '0.8.4' __BACKEND__ = "pandas" backend = pd diff --git a/setup.cfg b/setup.cfg index 2d3a2036..3f78b895 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.3 +current_version = 0.8.4 commit = True tag = True diff --git a/setup.py b/setup.py index 1b9e18fe..7e58612f 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def run(self): # Package meta-data. NAME = 'openomics' -version='0.8.3' +version='0.8.4' 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'