Skip to content

Commit 4896b06

Browse files
bump version 2.0.3 to 2.0.4
1 parent 790c358 commit 4896b06

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Tests](https://github.com/krishnanlab/PyGenePlexus/actions/workflows/tests.yml/badge.svg)](https://github.com/krishnanlab/PyGenePlexus/actions/workflows/tests.yml)
2-
[![Documentation Status](https://readthedocs.org/projects/pygeneplexus/badge/?version=v2.0.3)](https://pygeneplexus.readthedocs.io/en/v2.0.3/?badge=v2.0.3)
2+
[![Documentation Status](https://readthedocs.org/projects/pygeneplexus/badge/?version=v2.0.4)](https://pygeneplexus.readthedocs.io/en/v2.0.4/?badge=v2.0.4)
33
[![PyPI](https://img.shields.io/pypi/v/geneplexus)](https://pypi.org/project/geneplexus/)
44
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/geneplexus)
55
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Remy Liu and Christopher A. Mancuso'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.0.3'
25+
release = '2.0.4'
2626

2727

2828
# -- General configuration ---------------------------------------------------

geneplexus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@
114114
from .geneplexus import GenePlexus
115115

116116

117-
__version__ = "2.0.3"
117+
__version__ = "2.0.4"
118118
__all__ = ["download", "GenePlexus", "util", "config"]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = geneplexus
3-
version = 2.0.3
3+
version = 2.0.4
44
description = Network based gene classification
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)