Skip to content

Commit

Permalink
Change v1.2.0 to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Feb 18, 2024
1 parent c1bd676 commit 212b36f
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 = "pyCirclize"
version = "1.2.0"
version = "1.3.0"
description = "Circular visualization in Python"
authors = ["moshi4"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pycirclize/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pycirclize.circos import Circos

__version__ = "1.2.0"
__version__ = "1.3.0"

__all__ = [
"Circos",
Expand Down

0 comments on commit 212b36f

Please sign in to comment.