Skip to content

Commit

Permalink
Forgot version number in init [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Feb 23, 2016
1 parent 300633c commit 060c368
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ language: python
python:
- "3.3"
- "3.4"
- "3.5"

cache: apt

Expand All @@ -31,13 +32,14 @@ install:
- python setup.py install

script:
- ./bin/test pep8 cov
- ./bin/clean
- ./bin/test pep8 cov
- ./bin/clean

after_success:
- codecov
- codecov

deploy:
skip_cleanup: true
provider: pypi
user: jgostick
password:
Expand Down
2 changes: 1 addition & 1 deletion OpenPNM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
raise Exception('OpenPNM requires SciPy version 0.14.0 or greater')

__requires__ = ['scipy']
__version__ = '1.3.0'
__version__ = '1.4.0'

from . import Base
from . import Utilities
Expand Down

0 comments on commit 060c368

Please sign in to comment.