From 252a13da9e84ebead2e3403d0f289cc9624afd71 Mon Sep 17 00:00:00 2001 From: CaoTianze Date: Mon, 20 May 2024 15:42:26 +0800 Subject: [PATCH] V1.1.1 plotnine: 0.13.5 --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db6e157..aa1c293 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See [plotnineSeqSuite Documentation](https://caotianze.github.io/plotnineseqsuit PyCharm 2023.2 (Community Edition) and Spyder version: 5.4.3 (conda) ## Dependencies Python version: 3.11.4 64-bit -plotnine: 0.13.1 +plotnine: 0.13.5 ## Similar projects R package [ggmsa](https://github.com/YuLab-SMU/ggmsa) and [ggseqlogo](https://github.com/omarwagih/ggseqlogo) ## Derivative projects diff --git a/setup.py b/setup.py index 40f12a9..05120ca 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="plotnineseqsuite", - version="1.1.0", + version="1.1.1", author="Cao Tianze", author_email="hnrcao@qq.com", description="A Python package for visualizing sequence data using ggplot2 style", @@ -24,7 +24,7 @@ ], packages=['plotnineseqsuite','plotnineseqsuite.font','plotnineseqsuite.data'], python_requires=">=3.11", - install_requires=['plotnine==0.13.1'], + install_requires=['plotnine==0.13.5'], license="MIT", keywords=['ggplot2', 'plotnine', 'Bioinformatics tool', 'Sequence logo', 'Sequence alignment'], package_data={