Skip to content

Commit

Permalink
Fix requirements and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jbn committed Feb 8, 2018
1 parent b36217e commit 945a47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5"]

INSTALL_REQUIRES = ['numpy']
INSTALL_REQUIRES = ['numpy', 'pandas', 'jmespath']

##############################################################################

Expand Down
2 changes: 1 addition & 1 deletion vaquero/__init__.py
Expand Up @@ -11,6 +11,6 @@
__doc__ = __description__ + " <" + __uri__ + ">"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2017 John Bjorn Nelson"
__version__ = "0.0.4"
__version__ = "0.0.5"
__author__ = "John Bjorn Nelson"
__email__ = "jbn@abreka.com"

0 comments on commit 945a47f

Please sign in to comment.