diff --git a/setup.cfg b/setup.cfg index a28321c..38ae80b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNFrontEndCommon == 1!7.2.2 + SpiNNFrontEndCommon == 1!7.3.1 matplotlib [options.packages.find] diff --git a/spinnaker_testbase/_version.py b/spinnaker_testbase/_version.py index 2eb0ece..99e9be0 100644 --- a/spinnaker_testbase/_version.py +++ b/spinnaker_testbase/_version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__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"