Skip to content

Commit

Permalink
Bumping version to 0.4.0 and pypika dep to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twheys committed Oct 26, 2016
1 parent 8769edd commit e924e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

__major_version__ = 0
__minor_version__ = 3
__minor_version__ = 4
__patch_version__ = 0

setup(
Expand Down Expand Up @@ -58,7 +58,7 @@
install_requires=[
'six',
'pandas==0.18.1',
'pypika==0.1.0'
'pypika==0.1.1'
],
tests_require=[
'mock'
Expand Down

0 comments on commit e924e0f

Please sign in to comment.