Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=v3.0.0)](https://pygeneplexus.readthedocs.io/en/v3.0.0/?badge=v3.0.0)
[![Documentation Status](https://readthedocs.org/projects/pygeneplexus/badge/?version=v3.0.1)](https://pygeneplexus.readthedocs.io/en/v3.0.1/?badge=v3.0.1)
[![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 = '3.0.0'
release = '3.0.1'


# -- 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 @@ -125,5 +125,5 @@
from .geneplexus import GenePlexus


__version__ = "3.0.0"
__version__ = "3.0.1"
__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 = 3.0.0
version = 3.0.1
description = Network based gene classification
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
Loading