Skip to content

Commit

Permalink
Bump version and fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nhumrich committed Oct 5, 2017
1 parent ac093ec commit aa3f8f6
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 @@ -6,7 +6,7 @@ services:
python:
- "3.5"
- "3.6"
- "nightly"
# - "nightly"
# command to install dependencies
install:
- "pip install -r dev-requirements.txt --upgrade"
Expand Down
2 changes: 1 addition & 1 deletion asyncpgsa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .pgsingleton import PG
from .connection import compile_query

__version__ = '0.18.0'
__version__ = '0.18.1'
pg = PG()

0 comments on commit aa3f8f6

Please sign in to comment.