Skip to content

Commit

Permalink
Update verison number
Browse files Browse the repository at this point in the history
  • Loading branch information
jsexauer committed May 12, 2024
1 parent 617f29e commit 1b34acf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ following.
pip install networkx_viewer
```

NetworkX Viewer requires [NetworkX](https://networkx.github.io/) version 2.2 or greater.
NetworkX Viewer requires [NetworkX](https://networkx.github.io/) version 3.2 or greater.


Using the GUI
Expand Down Expand Up @@ -226,11 +226,12 @@ app.mainloop()

Development Status
==================
As of August 2020, networkx_viewer is considered feature complete. No
As of May 2024, networkx_viewer is considered feature complete. No
additional development is expected. Bugs or feature
requests should be submitted to the
[github issue tracker](https://github.com/jsexauer/networkx_viewer/issues).

Many thanks to [Faith Eser](https://github.com/afeser) for doing the majority of the
development work to make this library work with networkx version 2.2+.
development work to make this library work with networkx version 2.2+ and
[Phillip Feldman](https://github.com/PhillipFeldman) for networkx version 3.3+.

2 changes: 1 addition & 1 deletion networkx_viewer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.0'
__version__ = '0.3.1'


from .graph_canvas import GraphCanvas
Expand Down

0 comments on commit 1b34acf

Please sign in to comment.