Skip to content

Commit

Permalink
Updating version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Apr 23, 2015
1 parent 454423d commit f88d9b3
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.003-rc-01",
version="2015.003",
description="Partition and Configuration Manager",
url="https://github.com/SpiNNakerManchester/PACMAN",
license="GNU GPLv3.0",
Expand Down Expand Up @@ -38,5 +38,5 @@
'pacman.operations.tag_allocator_algorithms',
'pacman.utilities'],
install_requires=['six', 'enum34', 'numpy',
'SpiNNMachine >= 2015.003-rc-01']
'SpiNNMachine >= 2015.003']
)

0 comments on commit f88d9b3

Please sign in to comment.