Skip to content

Commit

Permalink
Updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Sep 2, 2016
1 parent f4b27ea commit 3f7cbde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pyNN-spiNNaker-src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import os

__version__ = "2016.001"
__version__ = "3.0.0"

class CustomInstall(install):

Expand Down Expand Up @@ -45,6 +45,6 @@ def get_outputs(self):
url="https://github.com/SpiNNakerManchester/SpyNNaker",
packages=[],
install_requires=['pyNN >= 0.7, < 0.8',
'sPyNNaker == 2016.001'],
'sPyNNaker >= 3.0.0, < 4.0.0'],
cmdclass={'install': CustomInstall}
)
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
'spynnaker': ['spynnaker.cfg'],
'spynnaker.pyNN.utilities.conf': ['spynnaker.cfg.template'],
'spynnaker.pyNN.overridden_pacman_functions': ['*.xml']},
install_requires=['SpiNNMachine == 2016.001',
'SpiNNMan == 2016.001',
'SpiNNaker_PACMAN == 2016.001',
'SpiNNaker_DataSpecification == 2016.001',
'SpiNNFrontEndCommon == 2016.001',
install_requires=['SpiNNFrontEndCommon >= 3.0.0, < 4.0.0',
'pyNN >= 0.7, < 0.8', 'numpy', 'scipy', 'lxml', 'six']
)
6 changes: 3 additions & 3 deletions spynnaker/pyNN/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2016.001.001"
__version_month__ = "April"
__version__ = "3.0.0"
__version_month__ = "September"
__version_year__ = "2016"
__version_name__ = "Another Fine Product from the Nonsense Factory"
__version_name__ = ""

0 comments on commit 3f7cbde

Please sign in to comment.