Skip to content

Commit b540ae7

Browse files
committed
Change v0.4.1 to v0.4.2
1 parent b09983f commit b540ae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyMSAviz"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "MSA visualization python package for sequence analysis"
55
authors = ["moshi4"]
66
license = "MIT"

src/pymsaviz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"get_msa_testdata",
1313
]
1414

15-
__version__ = "0.4.1"
15+
__version__ = "0.4.2"
1616

1717
# Setting matplotlib rc(runtime configuration) parameters
1818
# https://matplotlib.org/stable/tutorials/introductory/customizing.html

0 commit comments

Comments
 (0)