Skip to content

Commit

Permalink
tagging new pacman for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-stokes committed Jan 21, 2015
1 parent 77edff4 commit 7ac166a
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.001",
version="2015.002",
description="Partition and Configuration Manager",
url="https://github.com/SpiNNakerManchester/PACMAN",
license="GNU GPLv3.0",
Expand All @@ -26,5 +26,5 @@
'pacman.operations.router_check_functionality',
'pacman.operations.routing_info_allocator_algorithms',
'pacman.utilities'],
install_requires=['six', 'enum34', 'SpiNNMachine >= 2015.001']
install_requires=['six', 'enum34', 'SpiNNMachine >= 2015.002']
)

0 comments on commit 7ac166a

Please sign in to comment.