Skip to content

Commit 3b904fa

Browse files
author
pollytikhonova
committed
v2.2.3
1 parent 1496913 commit 3b904fa

File tree

9 files changed

+6
-5
lines changed

9 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Phigaro v2.2.2
1+
# Phigaro v2.2.3
2+
[![PyPI version](https://badge.fury.io/py/phigaro.svg)](https://badge.fury.io/py/phigaro)
23
![Actions Status](https://github.com/bobeobibo/phigaro/workflows/Phigaro%20Tests/badge.svg)
34
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
45
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
77.8 KB
Binary file not shown.

dist/phigaro-2.2.3.tar.gz

73.3 KB
Binary file not shown.
File renamed without changes.

phigaro/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ ="2.2.2"
4+
__version__ ="2.2.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'is based on phage genes HMMs and a smoothing window algorithm.',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
15-
version="2.2.2",
15+
version="2.2.3",
1616
license='MIT',
1717
author='E.Starikova, N.Pryanichnikov, P.Tikhonova',
1818
author_email='hed.robin@gmail.com',

tag_name

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.2.2
1+
v2.2.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/bobeobibo/phigaro/raw/master/dist/phigaro-2.2.2.tar.gz
1+
https://github.com/bobeobibo/phigaro/raw/master/dist/phigaro-2.2.3.tar.gz

0 commit comments

Comments
 (0)