Skip to content

Commit

Permalink
updating the version numbers in the setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodavies committed Aug 18, 2015
1 parent dd151a3 commit 7231f85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.004",
description="Partition and Configuration Manager",
url="https://github.com/SpiNNakerManchester/PACMAN",
license="GNU GPLv3.0",
Expand All @@ -29,6 +29,7 @@
'pacman.model.tags',
'pacman.operations',
'pacman.operations.abstract_algorithms',
'pacman.operations.chip_id_allocator_algorithms',
'pacman.operations.multi_cast_router_check_functionality',
'pacman.operations.partition_algorithms',
'pacman.operations.placer_algorithms',
Expand All @@ -39,5 +40,5 @@
'pacman.operations.tag_allocator_algorithms',
'pacman.utilities'],
install_requires=['six', 'enum34', 'numpy',
'SpiNNMachine >= 2015.003-rc-01']
'SpiNNMachine >= 2015.004']
)

0 comments on commit 7231f85

Please sign in to comment.