diff --git a/requirements.txt b/requirements.txt index 05f78b81b..724bab197 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ six future enum34 futures; python_version == "2.7" -SpiNNUtilities >= 1!5.0.1, < 1!6.0.0 -SpiNNMachine >= 1!5.0.1, < 1!6.0.0 -SpiNNStorageHandlers >= 1!5.0.1, < 1!6.0.0 +SpiNNUtilities >= 1!5.1.0, < 1!6.0.0 +SpiNNMachine >= 1!5.1.0, < 1!6.0.0 +SpiNNStorageHandlers >= 1!5.1.0, < 1!6.0.0 diff --git a/setup.py b/setup.py index d95a7ed24..1f7a975b3 100644 --- a/setup.py +++ b/setup.py @@ -72,9 +72,9 @@ packages=packages, package_data=package_data, install_requires=[ - 'SpiNNUtilities >= 1!5.0.1, < 1!6.0.0', - 'SpiNNStorageHandlers >= 1!5.0.1, < 1!6.0.0', - 'SpiNNMachine >= 1!5.0.1, < 1!6.0.0', + 'SpiNNUtilities >= 1!5.1.0, < 1!6.0.0', + 'SpiNNStorageHandlers >= 1!5.1.0, < 1!6.0.0', + 'SpiNNMachine >= 1!5.1.0, < 1!6.0.0', 'enum34', 'future', 'futures; python_version == "2.7"', diff --git a/spinnman/_version.py b/spinnman/_version.py index 6284d6f50..2fcf7c9a4 100644 --- a/spinnman/_version.py +++ b/spinnman/_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!5.0.1" -__version_month__ = "August" +__version__ = "1!5.1.0" +__version_month__ = "November" __version_year__ = "2019" -__version_day__ = "09" +__version_day__ = "15" __version_name__ = "Liveware Problem"