diff --git a/spinn_utilities/_version.py b/spinn_utilities/_version.py index 54e334e5..6288012f 100644 --- a/spinn_utilities/_version.py +++ b/spinn_utilities/_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"