Skip to content

Commit

Permalink
... Changed "pyked" to "pyteck" in anaconda upload cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed May 2, 2019
1 parent 8745997 commit 5fa4f1e
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 @@ -68,7 +68,7 @@ script:
else
if [[ "$PYTHON" == "3.6" && "$TRAVIS_OS_NAME" == "linux" ]]; then
conda build conda.recipe;
anaconda -t $ANACONDA_TOKEN upload $HOME/miniconda/conda-bld/*/pyked*.tar.bz2;
anaconda -t $ANACONDA_TOKEN upload $HOME/miniconda/conda-bld/*/pyteck*.tar.bz2;
python setup.py install;
cd docs;
make html SPHINXOPTS="-W";
Expand Down
2 changes: 1 addition & 1 deletion pyteck/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 2, 5, 'a8')
__version_info__ = (0, 2, 5, 'a10')
__version__ = '.'.join(map(str, __version_info__[:3]))
if len(__version_info__) == 4:
__version__ += __version_info__[-1]

0 comments on commit 5fa4f1e

Please sign in to comment.