Skip to content

Commit

Permalink
Converting to native python data types is removed in Json Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanjaneyuluIdavalapati committed Jul 16, 2018
1 parent ad17d1f commit bbb8e60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ deploy:
- LICENSE
- kwikapi/api.py
- kwikapi/__init__.py
name: kwikapi-0.3.5
tag_name: 0.3.5
name: kwikapi-0.3.6
tag_name: 0.3.6
on:
repo: deep-compute/kwikapi
- provider: pypi
Expand Down
1 change: 0 additions & 1 deletion kwikapi/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def get_name():

@staticmethod
def serialize(data):
data = to_python_type(data)
data = json.dumps(data)

return data.encode('utf-8')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.3.5'
version = '0.3.6'
setup(
name="kwikapi",
version=version,
Expand Down

0 comments on commit bbb8e60

Please sign in to comment.