From 8742a7bfdd0aa5a623ee01c10348b41e9aace018 Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Thu, 22 Nov 2018 19:09:45 -0500 Subject: [PATCH] bumped version to 2.4.1 --- pygraphml/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pygraphml/__init__.py b/pygraphml/__init__.py index 63f2303..4dccca3 100644 --- a/pygraphml/__init__.py +++ b/pygraphml/__init__.py @@ -13,4 +13,4 @@ from .graph import Graph from .graphml_parser import GraphMLParser -__version__ = '2.4' +__version__ = '2.4.1' diff --git a/setup.py b/setup.py index acdee93..32116cb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(*names, **kwargs): setup(name='pygraphml', - version='2.4', + version='2.4.1', author='Hadrien Mary', author_email='hadrien.mary@gmail.com', description='Library to parse GraphML files in Python',