Skip to content

Commit

Permalink
bumped version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 23, 2018
1 parent ec2cca0 commit 8742a7b
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 @@ -13,4 +13,4 @@
from .graph import Graph
from .graphml_parser import GraphMLParser

__version__ = '2.4'
__version__ = '2.4.1'
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',
version='2.4.1',
author='Hadrien Mary',
author_email='hadrien.mary@gmail.com',
description='Library to parse GraphML files in Python',
Expand Down

0 comments on commit 8742a7b

Please sign in to comment.