diff --git a/mcmc/_version.py b/mcmc/_version.py index 1cad3d5..38f3d66 100644 --- a/mcmc/_version.py +++ b/mcmc/_version.py @@ -13,8 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1!7.2.2" +__version__ = "1!7.3.1" __version_month__ = "TBD" __version_year__ = "TBD" __version_day__ = "TBD" -__version_name__ = "TO DO" +__version_name__ = "To Do" diff --git a/setup.cfg b/setup.cfg index 94164f3..e469d62 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNakerGraphFrontEnd == 1!7.2.2 + SpiNNakerGraphFrontEnd == 1!7.3.1 pathos [options.packages.find]