Skip to content

Commit

Permalink
Bumping to version 0.2.0.
Browse files Browse the repository at this point in the history
Support for Networkx 1.9ish and default openers for Python 3.
  • Loading branch information
chebee7i committed Jun 14, 2016
1 parent 65446a9 commit a0797cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nxpd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from .nx_pydot import draw_pydot as draw
from .params import nxpdParams

__version__ = '0.1.2'
__version__ = '0.2.0'

__all__ = ['draw', 'nxpdParams']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():

kwds = {
'name': "nxpd",
'version': "0.1.2",
'version': "0.2.0",
'url': "https://github.com/chebee7i/nxpd",

'packages': packages,
Expand Down

0 comments on commit a0797cd

Please sign in to comment.