Skip to content

Commit

Permalink
updated v0.3.8
Browse files Browse the repository at this point in the history
- fixed package imports in async downloader
  • Loading branch information
samapriya committed Jul 23, 2019
1 parent b70f164 commit df2ad0f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed dist/porder-0.3.7.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/porder-0.3.8.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion porder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Samapriya Roy'
__email__ = '[email protected]'
__version__ = '0.3.7'
__version__ = '0.3.8'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def readme():
return f.read()
setuptools.setup(
name='porder',
version='0.3.7',
version='0.3.8',
packages=['porder'],
url='https://github.com/samapriya/porder',
package_data={'': ['bundles.json']},
Expand Down

0 comments on commit df2ad0f

Please sign in to comment.