From 45f7de932a46ededa86818465be4c37b698b1394 Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Sun, 21 Mar 2021 15:41:54 -0400 Subject: [PATCH] Bumpversion --- .bumpversion.cfg | 2 +- nxviz/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 22528bb8..45b326b7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.6.3 commit = False tag = False diff --git a/nxviz/__init__.py b/nxviz/__init__.py index 5e5051c4..bc0a9f90 100644 --- a/nxviz/__init__.py +++ b/nxviz/__init__.py @@ -1,3 +1,3 @@ from nxviz.plots import ArcPlot, CircosPlot, MatrixPlot, GeoPlot # NOQA -__version__ = "0.6.2" +__version__ = "0.6.3" diff --git a/setup.py b/setup.py index c03209f0..feb91e2d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="nxviz", - version="0.6.2", + version="0.6.3", description="Graph Visualization Package", long_description=readme + "\n\n" + history, author="Eric J. Ma",