diff --git a/README.md b/README.md index 0d0e4e6..c195176 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ After ensuring they have been installed, type the following to install `graphflo # News +* 10/29/2022: `graphflow` 0.4.5 released. * 10/04/2022: `graphflow` 0.4.4 released. * 12/31/2021: `graphflow` 0.4.3 released. * 12/15/2021: `graphflow` 0.4.2 released. diff --git a/doc/source/news.rst b/doc/source/news.rst index 94d4792..5d1ee5e 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -1,6 +1,7 @@ News ==== +* 10/29/2022: `graphflow` 0.4.5 released. * 10/04/2022: `graphflow` 0.4.4 released. * 12/31/2021: `graphflow` 0.4.3 released. * 12/15/2021: `graphflow` 0.4.2 released. diff --git a/setup.py b/setup.py index 9e6233e..42c65ad 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def install_requirements(): setup(name='graphflow', - version="0.4.5a1", + version="0.4.5", description="Algorithms for Graph Flow Analysis", long_description="Numerical routines for analyzing data represented by graphs", classifiers=[