Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit e8499b0

Browse files
committed
Change: v1.0.0 to v1.0.1
1 parent f16c65c commit e8499b0

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 = "mgcplotter"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Microbial Genome Circular plotting tool using Circos"
55
authors = ["moshi"]
66
license = "GPL-3.0-only"

src/mgcplotter/mgcplotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from mgcplotter.circos_legend import CircosLegend
2020
from mgcplotter.genbank import Genbank
2121

22-
__version__ = "1.0.0"
22+
__version__ = "1.0.1"
2323

2424

2525
def main():

0 commit comments

Comments
 (0)