Skip to content

Commit

Permalink
Update version and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Nov 15, 2019
1 parent d8df411 commit ed97f80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ six
future
enum34
futures; python_version == "2.7"
SpiNNUtilities >= 1!5.0.1, < 1!6.0.0
SpiNNMachine >= 1!5.0.1, < 1!6.0.0
SpiNNStorageHandlers >= 1!5.0.1, < 1!6.0.0
SpiNNUtilities >= 1!5.1.0, < 1!6.0.0
SpiNNMachine >= 1!5.1.0, < 1!6.0.0
SpiNNStorageHandlers >= 1!5.1.0, < 1!6.0.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
packages=packages,
package_data=package_data,
install_requires=[
'SpiNNUtilities >= 1!5.0.1, < 1!6.0.0',
'SpiNNStorageHandlers >= 1!5.0.1, < 1!6.0.0',
'SpiNNMachine >= 1!5.0.1, < 1!6.0.0',
'SpiNNUtilities >= 1!5.1.0, < 1!6.0.0',
'SpiNNStorageHandlers >= 1!5.1.0, < 1!6.0.0',
'SpiNNMachine >= 1!5.1.0, < 1!6.0.0',
'enum34',
'future',
'futures; python_version == "2.7"',
Expand Down
6 changes: 3 additions & 3 deletions spinnman/_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!5.0.1"
__version_month__ = "August"
__version__ = "1!5.1.0"
__version_month__ = "November"
__version_year__ = "2019"
__version_day__ = "09"
__version_day__ = "15"
__version_name__ = "Liveware Problem"

0 comments on commit ed97f80

Please sign in to comment.