Skip to content

Commit

Permalink
Merge pull request #30 from cupy/v1.0.0b1
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
beam2d committed Apr 7, 2017
2 parents ed79d3e + 55a91b8 commit 4efaeba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/python2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apt-get update -y && \
python-pip && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip install cupy==1.0.0a1
RUN pip install cupy==1.0.0b1
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apt-get update -y && \
python3-pip && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip3 install cupy==1.0.0a1
RUN pip3 install cupy==1.0.0b1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='cupy',
version='1.0.0a1',
version='1.0.0b1',
description='CuPy: NumPy-like API accelerated with CUDA',
author='Seiya Tokui',
author_email='tokui@preferred.jp',
Expand Down

0 comments on commit 4efaeba

Please sign in to comment.