Skip to content

Commit

Permalink
Ship v0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Avanov committed Oct 10, 2015
2 parents 7c42174 + 86071b8 commit 5f62ab6
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 @@ -7,7 +7,7 @@ install:
- pip install coveralls
python:
- "2.7"
- "3.3"
- "3.5"

# command to run tests
script: python setup.py nosetests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read(*filenames, **kwargs):

setup(
name='Plim',
version='0.9.11',
version='0.9.12',
packages=find_packages(exclude=['tests']),
install_requires=requires,
setup_requires=['nose>=1.1.2'],
Expand Down

0 comments on commit 5f62ab6

Please sign in to comment.