Skip to content

Commit

Permalink
update v2.0.1 to v2.0.2 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMancuso authored Dec 18, 2024
1 parent 0e2a58f commit 3d429bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion geneplexus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@
from .geneplexus import GenePlexus


__version__ = "2.0.1"
__version__ = "2.0.2"
__all__ = ["download", "GenePlexus", "util", "config"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3d429bf

Please sign in to comment.