Skip to content

Commit

Permalink
Merge pull request #108 from SpiNNakerManchester/version_bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Christian-B authored Oct 2, 2023
2 parents 07d470c + 9962b8f commit a4ff059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python_models8/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages = find:
zip_safe = True
include_package_data = True
install_requires =
sPyNNaker == 1!7.1.0
sPyNNaker == 1!7.1.1

[options.packages.find]
include =
Expand All @@ -62,7 +62,7 @@ include =

[options.extras_require]
test =
SpiNNakerTestBase == 1!7.1.0
SpiNNakerTestBase == 1!7.1.1
# pytest will be brought in by pytest-cov
pytest-cov
testfixtures
Expand Down

0 comments on commit a4ff059

Please sign in to comment.