diff --git a/setup.cfg b/setup.cfg index 9a73014..44311ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ zip_safe = True include_package_data = True install_requires = PyOpenGL - SpiNNFrontEndCommon == 1!7.1.0 + SpiNNFrontEndCommon == 1!7.1.1 [options.extras_require] test = diff --git a/spynnaker_visualisers/_version.py b/spynnaker_visualisers/_version.py index 6288012..2e7cea0 100644 --- a/spynnaker_visualisers/_version.py +++ b/spynnaker_visualisers/_version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1!7.1.0" +__version__ = "1!7.1.1" __version_month__ = "TBD" __version_year__ = "TBD" __version_day__ = "TBD" -__version_name__ = "Not yet released" +__version_name__ = "Post_HBP"