Skip to content

Commit

Permalink
Merge pull request #15 from akb89/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
akb89 authored Oct 3, 2020
2 parents 628caff + 159cf32 commit 26498ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:

install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.3.0-cp36-cp36m-manylinux2010_x86_64.whl; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.3.0-cp37-cp37m-manylinux2010_x86_64.whll; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.3.0-cp37-cp37m-manylinux2010_x86_64.whl; fi
- python setup.py -q install
- pip install pylint pydocstyle

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='akb@3azouz.net',
long_description=long_description,
long_description_content_type='text/markdown',
version='1.0.5',
version='1.0.6',
url='https://github.com/akb89/word2vec',
download_url='https://github.com/akb89/word2vec/archive/1.0.3.tar.gz',
license='MIT',
Expand Down

0 comments on commit 26498ce

Please sign in to comment.