Skip to content

Commit

Permalink
updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 13, 2017
1 parent 812fc8c commit 90f1980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: python

python:
- "2.7"
- "3.3"
#- "3.3" # takes a really longer time for pandas to install
- "3.4"
- "3.5"
- "3.6"
Expand Down
2 changes: 1 addition & 1 deletion jsonextended/__init__.py
Expand Up @@ -91,7 +91,7 @@
"""

__version__ = '0.1.3.5'
__version__ = '0.1.4'

from jsonextended.core import (get_test_path,json_keys,json_to_dict, dict_to_json,
dict_pprint,dict_extract,dict_multiindex, dict_rename_keys,
Expand Down

0 comments on commit 90f1980

Please sign in to comment.