Skip to content

Commit 3f7cbde

Browse files
committed
Updated version for release
1 parent f4b27ea commit 3f7cbde

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

pyNN-spiNNaker-src/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import os
99

10-
__version__ = "2016.001"
10+
__version__ = "3.0.0"
1111

1212
class CustomInstall(install):
1313

@@ -45,6 +45,6 @@ def get_outputs(self):
4545
url="https://github.com/SpiNNakerManchester/SpyNNaker",
4646
packages=[],
4747
install_requires=['pyNN >= 0.7, < 0.8',
48-
'sPyNNaker == 2016.001'],
48+
'sPyNNaker >= 3.0.0, < 4.0.0'],
4949
cmdclass={'install': CustomInstall}
5050
)

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
'spynnaker': ['spynnaker.cfg'],
4242
'spynnaker.pyNN.utilities.conf': ['spynnaker.cfg.template'],
4343
'spynnaker.pyNN.overridden_pacman_functions': ['*.xml']},
44-
install_requires=['SpiNNMachine == 2016.001',
45-
'SpiNNMan == 2016.001',
46-
'SpiNNaker_PACMAN == 2016.001',
47-
'SpiNNaker_DataSpecification == 2016.001',
48-
'SpiNNFrontEndCommon == 2016.001',
44+
install_requires=['SpiNNFrontEndCommon >= 3.0.0, < 4.0.0',
4945
'pyNN >= 0.7, < 0.8', 'numpy', 'scipy', 'lxml', 'six']
5046
)

spynnaker/pyNN/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2016.001.001"
2-
__version_month__ = "April"
1+
__version__ = "3.0.0"
2+
__version_month__ = "September"
33
__version_year__ = "2016"
4-
__version_name__ = "Another Fine Product from the Nonsense Factory"
4+
__version_name__ = ""

0 commit comments

Comments
 (0)