Skip to content

Commit

Permalink
Bump version: 1.8.3 → 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Aug 16, 2023
1 parent be66186 commit 6662460
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ngs_tools
![github version](https://img.shields.io/badge/Version-1.8.3-informational)
[![pypi version](https://img.shields.io/pypi/v/ngs-tools)](https://pypi.org/project/ngs-tools/1.8.3/)
![github version](https://img.shields.io/badge/Version-1.8.4-informational)
[![pypi version](https://img.shields.io/pypi/v/ngs-tools)](https://pypi.org/project/ngs-tools/1.8.4/)
![python versions](https://img.shields.io/pypi/pyversions/ngs-tools)
![status](https://github.com/Lioscro/ngs-tools/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/Lioscro/ngs-tools/branch/main/graph/badge.svg?token=CITIPF64QZ)](https://codecov.io/gh/Lioscro/ngs-tools)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
copyright = '2021, Kyung Hoi (Joseph) Min'
author = 'Kyung Hoi (Joseph) Min'

release = '1.8.3'
release = '1.8.4'
master_doc = 'index'

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ngs_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import sequence # noqa
from . import bam, chemistry, fasta, fastq, gtf, logging, utils

__version__ = '1.8.3'
__version__ = '1.8.4'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.8.3
current_version = 1.8.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(path):

setup(
name='ngs-tools',
version='1.8.3',
version='1.8.4',
url='https://github.com/Lioscro/ngs-tools',
author='Kyung Hoi (Joseph) Min',
author_email='phoenixter96@gmail.com',
Expand Down

0 comments on commit 6662460

Please sign in to comment.