diff --git a/netgraph/__init__.py b/netgraph/__init__.py index 1cacb58..0c65c50 100755 --- a/netgraph/__init__.py +++ b/netgraph/__init__.py @@ -98,7 +98,7 @@ >>> help(EditableGraph) """ -__version__ = "4.13.1" +__version__ = "4.13.2" __author__ = "Paul Brodersen" __email__ = "paulbrodersen+netgraph@gmail.com" diff --git a/setup.py b/setup.py index 75e4f2a..1b063c2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def read_file(filename): with open(os.path.join(os.path.dirname(__file__), filename)) as file: return file.read() -version = '4.13.1' +version = '4.13.2' setup( name='netgraph',