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, 2015
1 parent 30af0d4 commit 561191a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="SpiNNaker_PACMAN",
version="2015.004-rc-01",
version="2015.004",
description="Partition and Configuration Manager",
url="https://github.com/SpiNNakerManchester/PACMAN",
license="GNU GPLv3.0",
Expand Down Expand Up @@ -40,5 +40,5 @@
'pacman.operations.tag_allocator_algorithms',
'pacman.utilities'],
install_requires=['six', 'enum34', 'numpy',
'SpiNNMachine == 2015.004-rc-01']
'SpiNNMachine == 2015.004']
)

0 comments on commit 561191a

Please sign in to comment.