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

Commit

Permalink
Change: v1.0.0 to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Apr 19, 2022
1 parent f16c65c commit e8499b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mgcplotter"
version = "1.0.0"
version = "1.0.1"
description = "Microbial Genome Circular plotting tool using Circos"
authors = ["moshi"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src/mgcplotter/mgcplotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from mgcplotter.circos_legend import CircosLegend
from mgcplotter.genbank import Genbank

__version__ = "1.0.0"
__version__ = "1.0.1"


def main():
Expand Down

0 comments on commit e8499b0

Please sign in to comment.