Skip to content

Commit

Permalink
Used gzip instead of glib for compression
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanjaneyuluIdavalapati committed Jul 7, 2018
1 parent 7461796 commit 265c54e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2
tag_name: 0.3.2
name: kwikapi-0.3.3
tag_name: 0.3.3
on:
repo: deep-compute/kwikapi
- provider: pypi
Expand Down
6 changes: 3 additions & 3 deletions 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.2'
version = '0.3.3'
setup(
name="kwikapi",
version=version,
Expand All @@ -22,8 +22,8 @@
],
extras_require={
'django': ['kwikapi-django==0.2.2'],
'tornado': ['kwikapi-tornado==0.2.7'],
'all': ['kwikapi-django==0.2.2', 'kwikapi-tornado==0.2.7']
'tornado': ['kwikapi-tornado==0.2.8'],
'all': ['kwikapi-django==0.2.2', 'kwikapi-tornado==0.2.8']
},
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit 265c54e

Please sign in to comment.