Skip to content

Commit

Permalink
0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed Sep 20, 2019
1 parent 946bfff commit 9925b7b
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 @@ -26,7 +26,7 @@ if: type != push OR branch = master OR branch =~ /^\d+\.\d+(\.\d+)?(-\S*)?$/

install: pip install tox
script:
- tox
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then tox; fi;
# Deploy to github releases, and pypi.
# https://docs.travis-ci.com/user/deployment/
# travis osx has python3.6 installed.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def load_pycparser(finder, module):
"thorpy",
"pymunk>=5.4.2",
],
version='0.0.18',
version='0.0.19',
entry_points={
'console_scripts': [
'stuntcat=stuntcat.cli:main',
Expand Down

0 comments on commit 9925b7b

Please sign in to comment.