Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update v2.0.1 to v2.0.2 #358

Merged
merged 1 commit into from
Dec 18, 2024
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=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
Loading