Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from willbarton/code-cleanup
Browse files Browse the repository at this point in the history
Bump the package version
  • Loading branch information
willbarton committed Sep 11, 2015
2 parents ef09c87 + e036b43 commit cf98eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "2.7"
- "3.4"
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements_test.txt --use-mirrors
- pip install -r requirements.txt
- pip install -r requirements_test.txt
before_script: "flake8 macropolo --ignore=E127,E128,W291,F821 --exclude=macropolo/tests"
script: "nosetests macropolo --with-coverage --cover-package macropolo"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='macropolo',
version='0.1.0',
version='0.3.0',
author='CFPB',
author_email='tech@cfpb.gov',
packages=find_packages(),
Expand Down

0 comments on commit cf98eda

Please sign in to comment.