Skip to content

Commit

Permalink
Correct setup.py for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bailey committed Aug 30, 2018
1 parent 7d230cd commit 95b015a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ dist: trusty
language: python
python:
- '3.6'
env:
global:
- GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
- CC_TEST_REPORTER_ID=4469e75e5dc65ad713a0f9658ffbce390a68c44c0e412d921d257e0cd691e2da
cache:
pip: true
install:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name='chewie',
description='A bare-bones EAPOL/802.1x implementation',
long_description=long_description,
version='0.0.2',
version='0.0.5',
url='https://github.com/faucetsdn/chewie',
author='Sam Russell',
author_email='[email protected]',
Expand Down

0 comments on commit 95b015a

Please sign in to comment.