Skip to content

Commit

Permalink
Bump version: 0.7.3 → 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjl committed May 1, 2022
1 parent 2c417fb commit 266aa48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.3
current_version = 0.7.4
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions nxviz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 266aa48

Please sign in to comment.