diff --git a/setup.cfg b/setup.cfg index 47426761..b718838d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNFrontEndCommon == 1!6.0.1 + SpiNNFrontEndCommon == 1!7.1.0 [options.package_data] * = @@ -52,7 +52,7 @@ install_requires = [options.extras_require] test = - SpiNNakerTestBase == 1!6.0.1 + SpiNNakerTestBase == 1!7.1.0 # pytest will be brought in by pytest-cov pytest-cov testfixtures diff --git a/spinnaker_graph_front_end/_version.py b/spinnaker_graph_front_end/_version.py index 52638cbf..8f3f316a 100644 --- a/spinnaker_graph_front_end/_version.py +++ b/spinnaker_graph_front_end/_version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1!6.0.1" -__version_month__ = "May" -__version_year__ = "2021" +__version__ = "1!7.1.0" +__version_month__ = "TBD" +__version_year__ = "TBD" __version_day__ = "TBD" __version_name__ = "Not yet released"