Skip to content

Commit

Permalink
Update version details
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Aug 9, 2019
1 parent 558f5a9 commit 951c399
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
six >= 1.8.0
PyOpenGL
SpiNNUtilities >= 1!4.0.0, < 1!5.0.0
SpiNNFrontEndCommon >= 1!4.0.0, < 1!5.0.0
SpiNNUtilities >= 1!5.0.0, < 1!6.0.0
SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
install_requires=[
'six >= 1.8.0',
'PyOpenGL',
'SpiNNUtilities >= 1!4.0.0, < 1!5.0.0',
'SpiNNFrontEndCommon >= 1!4.0.0, < 1!5.0.0',
'SpiNNUtilities >= 1!5.0.0, < 1!6.0.0',
'SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0',
],
extras_require={
"acceleration": ["PyOpenGL_accelerate"]
Expand Down
10 changes: 5 additions & 5 deletions spynnaker_visualisers/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = "1!4.0.0"
__version_month__ = "September"
__version_year__ = "2017"
__version_day__ = "25"
__version_name__ = "Riptalon"
__version__ = "1!5.0.0"
__version_month__ = "August"
__version_year__ = "2019"
__version_day__ = "09"
__version_name__ = "Liveware Problem"

0 comments on commit 951c399

Please sign in to comment.