Skip to content

Commit

Permalink
bumped version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 23, 2018
1 parent 7982641 commit dce007b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pygraphml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from .graph import Graph
from .graphml_parser import GraphMLParser

__version__ = '2.4.1'
__version__ = '2.4.2'

__all__ = [Attribute, Item, Point, Node, Edge, Graph, GraphMLParser]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(*names, **kwargs):


setup(name='pygraphml',
version='2.4.1',
version='2.4.2',
author='Hadrien Mary',
author_email='hadrien.mary@gmail.com',
description='Library to parse GraphML files in Python',
Expand Down

0 comments on commit dce007b

Please sign in to comment.