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 d53882c commit 1f6a962
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

SpiNNUtilities >= 1!4.0.1, < 1!5.0.0
SpiNNMachine >= 1!4.0.1, < 1!5.0.0
SpiNNStorageHandlers >= 1!4.0.1, < 1!5.0.0
SpiNNMan >= 1!4.0.1, < 1!5.0.0
SpiNNaker_PACMAN >= 1!4.0.1, < 1!5.0.0
SpiNNaker_DataSpecification >= 1!4.0.1, < 1!5.0.0
SpiNNFrontEndCommon >= 1!4.0.1, < 1!5.0.0
SpiNNUtilities >= 1!5.0.0, < 1!6.0.0
SpiNNMachine >= 1!5.0.0, < 1!6.0.0
SpiNNStorageHandlers >= 1!5.0.0, < 1!6.0.0
SpiNNMan >= 1!5.0.0, < 1!6.0.0
SpiNNaker_PACMAN >= 1!5.0.0, < 1!6.0.0
SpiNNaker_DataSpecification >= 1!5.0.0, < 1!6.0.0
SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0
numpy
lxml
six
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
url="https://github.com/SpiNNakerManchester/SpiNNakerGraphFrontEnd",
packages=packages,
package_data=package_data,
install_requires=['SpiNNUtilities >= 1!4.0.1, < 1!5.0.0',
'SpiNNStorageHandlers >= 1!4.0.1, < 1!5.0.0',
'SpiNNMachine >= 1!4.0.1, < 1!5.0.0',
'SpiNNMan >= 1!4.0.1, < 1!5.0.0',
'SpiNNaker_PACMAN >= 1!4.0.1, < 1!5.0.0',
'SpiNNaker_DataSpecification >= 1!4.0.1, < 1!5.0.0',
'SpiNNFrontEndCommon >= 1!4.0.1, < 1!5.0.0',
install_requires=['SpiNNUtilities >= 1!5.0.0, < 1!6.0.0',
'SpiNNStorageHandlers >= 1!5.0.0, < 1!6.0.0',
'SpiNNMachine >= 1!5.0.0, < 1!6.0.0',
'SpiNNMan >= 1!5.0.0, < 1!6.0.0',
'SpiNNaker_PACMAN >= 1!5.0.0, < 1!6.0.0',
'SpiNNaker_DataSpecification >= 1!5.0.0, < 1!6.0.0',
'SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0',
'lxml'],
maintainer="SpiNNakerTeam",
maintainer_email="spinnakerusers@googlegroups.com"
Expand Down
10 changes: 5 additions & 5 deletions spinnaker_graph_front_end/_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 <http://www.gnu.org/licenses/>.

__version__ = "1!4.0.1"
__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 1f6a962

Please sign in to comment.