Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
remove py3.4 from travis
  • Loading branch information
segasai committed Jan 17, 2021
1 parent b7073f0 commit b1a2c53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
2 changes: 1 addition & 1 deletion py/sqlutilpy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.14.0'
__version__ = '0.15.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def read(fname):
name="sqlutilpy",
version=VERSION,
author="Sergey Koposov",
author_email="skoposov@cmu.edu",
author_email="skoposov@ed.ac.uk",
description=("Database query code returning numpy arrays"),
license="BSD",
keywords="numpy postgresql query sql sqlite array",
Expand Down

0 comments on commit b1a2c53

Please sign in to comment.