Skip to content

Commit

Permalink
Merge pull request #145 from x8lucas8x/bump-pypika-version
Browse files Browse the repository at this point in the history
Bump pypika version to 0.9.0
  • Loading branch information
mikeengland authored Oct 26, 2017
2 parents 3de6bde + 85c4736 commit 740c961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fireant/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# coding: utf-8
__version__ = '{major}.{minor}.{patch}'.format(major=0, minor=18, patch=0)
__version__ = '{major}.{minor}.{patch}'.format(major=0, minor=19, patch=0)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
six
pandas<0.20
pypika>=0.8.0
pypika>=0.9.0
pymysql>=0.7.11
vertica-python>=0.6
psycopg2>=2.7.3.1
Expand Down

0 comments on commit 740c961

Please sign in to comment.