Skip to content

Commit

Permalink
Merge pull request #25 from ynqa/release
Browse files Browse the repository at this point in the history
bump up the version to 1.6.0
  • Loading branch information
ynqa committed Dec 13, 2020
2 parents ad60a60 + 9c26062 commit c7bbb72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
dist: xenial
language: python
python:
- 2.7
- 3.5
- 3.6
- 3.7
install:
Expand All @@ -16,4 +14,4 @@ deploy:
secure: AzvgwkzDrebeVQMiLhovjyie6UStCiNd7V35a18xc+4E+4WadK9ywR/3f/Yl78EzhL50gYK3mvuxH6ng5TR591uI8PZcNGinPvkslZRdN4Lph+n4VOYkTd1JJ+PsMws5YuWzPa2HUFNpDQ1LBPCCK7/ab5AwN3HMjyInVBCtu1nAh+nDKP+7WHaJKO1vd+YcQQX2QxYz1kZe/8zZ8Aqjj5JFI6cKUnc5C9Z8CPFQUn/Ho77CkOX99PD142HlJrzVX4Q8sxp34bH8TqRwqOfJU80ZXmiAYPSrfh3wsp4pfJ94uC4y9U2NhxFqFT4LhI4vcBd2yflFJnz9ciGKWT+Hw7CM8Clohb5trGTy95+J9pt1cNOqlxgBumpmiPCz/IEJEVL8lYta3FrGPVoLaaXLTkI+DNQAQ79WtFWoc+hHzGg2fr7OLw6jmro9HUjhOCE+K2bKTJyO7XuY4w0N9VRXHQVqdRMwyE/3SnM2+dtEQRKCUahktlSqhPMLwKMaQl+53N+1BWCjXBEF0kJE9Y7tZSiDpc+8/2J3WSVOTZ06P/44sSvlDCdkgwv2okh/Xc41tLoALVRtzRqjt+ED3tLR0QVavRnQevLUvX1N3WZNuGkisvYONw8Y7Qflu5tzES1Wizlw1+0rUUORyMG9e0okF8j2h3qkUWq5Z6LTrttk4mw=
on:
tags: true
python: 3.6
python: 3.7
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pandavro',
version='1.5.2',
version='1.6.0',
description='The interface between Avro and pandas DataFrame',
url='https://github.com/ynqa/pandavro',
author='Makoto Ito',
Expand All @@ -13,7 +13,7 @@
install_requires=[
'fastavro>=0.14.11',
'numpy>=1.7.0',
'pandas',
'pandas>=1.1.5',
'six>=1.9',
],
extras_require={
Expand Down

0 comments on commit c7bbb72

Please sign in to comment.