Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

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 2c3dfe7 commit 0371bb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

six
SpiNNUtilities >= 1!5.0.1, < 1!6.0.0
SpiNNUtilities >= 1!5.1.0, < 1!6.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
],
packages=packages,
package_data=package_data,
install_requires=['SpiNNUtilities >= 1!5.0.1, < 1!6.0.0',
install_requires=['SpiNNUtilities >= 1!5.1.0, < 1!6.0.0',
'six'],
maintainer="SpiNNakerTeam",
maintainer_email="spinnakerusers@googlegroups.com"
Expand Down
6 changes: 3 additions & 3 deletions spinn_storage_handlers/_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 0371bb8

Please sign in to comment.