Skip to content

Commit

Permalink
Merge pull request #95 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, 2024
2 parents 8c93e71 + eae54b2 commit de46d12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ packages = find:
zip_safe = True
include_package_data = True
install_requires =
sPyNNaker == 1!7.2.2
sPyNNaker == 1!7.3.1
opencv-python

[options.packages.find]
Expand All @@ -60,6 +60,6 @@ include =

[options.extras_require]
test =
SpiNNakerTestBase == 1!7.2.2
SpiNNakerTestBase == 1!7.3.1
# pytest will be brought in by pytest-cov
pytest-cov
4 changes: 2 additions & 2 deletions spinn_gym/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__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"

0 comments on commit de46d12

Please sign in to comment.