Skip to content

Commit 7690d9d

Browse files
committed
Update version details
1 parent 0a6a9a6 commit 7690d9d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
SpiNNUtilities >= 1!4.0.1, < 1!5.0.0
17-
SpiNNMachine >= 1!4.0.1, < 1!5.0.0
18-
SpiNNMan >= 1!4.0.1, < 1!5.0.0
19-
SpiNNStorageHandlers >= 1!4.0.1, < 1!5.0.0
20-
SpiNNaker_PACMAN >= 1!4.0.1, < 1!5.0.0
21-
SpiNNaker_DataSpecification >= 1!4.0.1, < 1!5.0.0
22-
spalloc >= 1.0.1, < 2.0.0
23-
SpiNNFrontEndCommon >= 1!4.0.1, < 1!5.0.0
16+
SpiNNUtilities >= 1!5.0.0, < 1!6.0.0
17+
SpiNNMachine >= 1!5.0.0, < 1!6.0.0
18+
SpiNNMan >= 1!5.0.0, < 1!6.0.0
19+
SpiNNStorageHandlers >= 1!5.0.0, < 1!6.0.0
20+
SpiNNaker_PACMAN >= 1!5.0.0, < 1!6.0.0
21+
SpiNNaker_DataSpecification >= 1!5.0.0, < 1!6.0.0
22+
spalloc >= 2.0.0, < 3.0.0
23+
SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0
2424
numpy
2525
scipy
2626
lxml

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
assert __version__
2626

2727
install_requires = [
28-
'SpiNNUtilities >= 1!4.0.1, < 1!5.0.0',
29-
'SpiNNStorageHandlers >= 1!4.0.1, < 1!5.0.0',
30-
'SpiNNMachine >= 1!4.0.1, < 1!5.0.0',
31-
'SpiNNMan >= 1!4.0.1, < 1!5.0.0',
32-
'SpiNNaker_PACMAN >= 1!4.0.1, < 1!5.0.0',
33-
'SpiNNaker_DataSpecification >= 1!4.0.1, < 1!5.0.0',
34-
'spalloc >= 1.0.1, < 2.0.0',
35-
'SpiNNFrontEndCommon >= 1!4.0.1, < 1!5.0.0',
28+
'SpiNNUtilities >= 1!5.0.0, < 1!6.0.0',
29+
'SpiNNStorageHandlers >= 1!5.0.0, < 1!6.0.0',
30+
'SpiNNMachine >= 1!5.0.0, < 1!6.0.0',
31+
'SpiNNMan >= 1!5.0.0, < 1!6.0.0',
32+
'SpiNNaker_PACMAN >= 1!5.0.0, < 1!6.0.0',
33+
'SpiNNaker_DataSpecification >= 1!5.0.0, < 1!6.0.0',
34+
'spalloc >= 2.0.0, < 3.0.0',
35+
'SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0',
3636
'numpy', 'lxml', 'six']
3737
if os.environ.get('READTHEDOCS', None) != 'True':
3838

spynnaker/_version.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "1!4.0.1"
17-
__version_month__ = "September"
18-
__version_year__ = "2017"
19-
__version_day__ = "25"
20-
__version_name__ = "Riptalon"
16+
__version__ = "1!5.0.0"
17+
__version_month__ = "August"
18+
__version_year__ = "2019"
19+
__version_day__ = "09"
20+
__version_name__ = "Liveware Problem"

0 commit comments

Comments
 (0)