From ba61dabc871c28146ad9cbe50919142fe85beace Mon Sep 17 00:00:00 2001 From: ChristopherMancuso Date: Wed, 18 Dec 2024 07:33:22 -0500 Subject: [PATCH] update v2.0.1 to v2.0.2 --- README.md | 2 +- docs/source/conf.py | 2 +- geneplexus/__init__.py | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99915ac..e937eec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Tests](https://github.com/krishnanlab/PyGenePlexus/actions/workflows/tests.yml/badge.svg)](https://github.com/krishnanlab/PyGenePlexus/actions/workflows/tests.yml) -[![Documentation Status](https://readthedocs.org/projects/pygeneplexus/badge/?version=v2.0.1)](https://pygeneplexus.readthedocs.io/en/v2.0.1/?badge=v2.0.1) +[![Documentation Status](https://readthedocs.org/projects/pygeneplexus/badge/?version=v2.0.2)](https://pygeneplexus.readthedocs.io/en/v2.0.2/?badge=v2.0.2) [![PyPI](https://img.shields.io/pypi/v/geneplexus)](https://pypi.org/project/geneplexus/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/geneplexus) [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) diff --git a/docs/source/conf.py b/docs/source/conf.py index ba5b82d..81264b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Remy Liu and Christopher A. Mancuso' # The full version, including alpha/beta/rc tags -release = '2.0.1' +release = '2.0.2' # -- General configuration --------------------------------------------------- diff --git a/geneplexus/__init__.py b/geneplexus/__init__.py index 4a96268..9a7da82 100644 --- a/geneplexus/__init__.py +++ b/geneplexus/__init__.py @@ -114,5 +114,5 @@ from .geneplexus import GenePlexus -__version__ = "2.0.1" +__version__ = "2.0.2" __all__ = ["download", "GenePlexus", "util", "config"] diff --git a/setup.cfg b/setup.cfg index bd54dda..bf22028 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = geneplexus -version = 2.0.1 +version = 2.0.2 description = Network based gene classification long_description = file: README.md long_description_content_type = text/markdown