Skip to content

Commit

Permalink
V1.1.1
Browse files Browse the repository at this point in the history
plotnine: 0.13.5
  • Loading branch information
CaoTianze committed May 20, 2024
1 parent b3aa303 commit 252a13d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="plotnineseqsuite",
version="1.1.0",
version="1.1.1",
author="Cao Tianze",
author_email="[email protected]",
description="A Python package for visualizing sequence data using ggplot2 style",
Expand All @@ -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={
Expand Down

0 comments on commit 252a13d

Please sign in to comment.