From 266aa4813abb3f66412c6cce8f3afe63f3ec6bdb Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Sun, 1 May 2022 22:43:42 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.3=20=E2=86=92=200.7.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nxviz/__init__.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index abfb5713..32f77c5c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.3 +current_version = 0.7.4 commit = True tag = True diff --git a/nxviz/__init__.py b/nxviz/__init__.py index c86c290b..979f8f92 100644 --- a/nxviz/__init__.py +++ b/nxviz/__init__.py @@ -17,10 +17,10 @@ warnings.warn( """ -nxviz has a new API! Version 0.7.3 onwards, the old class-based API is being +nxviz has a new API! Version 0.7.4 onwards, the old class-based API is being deprecated in favour of a new API focused on advancing a grammar of network graphics. If your plotting code depends on the old API, please consider -pinning nxviz at version 0.7.3, as the new API will break your old code. +pinning nxviz at version 0.7.4, as the new API will break your old code. To check out the new API, please head over to the docs at https://ericmjl.github.io/nxviz/ to learn more. We hope you enjoy using it! diff --git a/setup.py b/setup.py index 5b3a0493..bfe42fd3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="nxviz", - version="0.7.3", + version="0.7.4", description="Graph Visualization Package", long_description=readme, long_description_content_type="text/markdown",