We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09983f commit b540ae7Copy full SHA for b540ae7
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyMSAviz"
3
-version = "0.4.1"
+version = "0.4.2"
4
description = "MSA visualization python package for sequence analysis"
5
authors = ["moshi4"]
6
license = "MIT"
src/pymsaviz/__init__.py
@@ -12,7 +12,7 @@
12
"get_msa_testdata",
13
]
14
15
-__version__ = "0.4.1"
+__version__ = "0.4.2"
16
17
# Setting matplotlib rc(runtime configuration) parameters
18
# https://matplotlib.org/stable/tutorials/introductory/customizing.html
0 commit comments