Skip to content

Commit

Permalink
Version 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zerc committed Feb 10, 2016
1 parent 084e1b0 commit 31485e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyuploadcare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from __future__ import unicode_literals

__version__ = '1.3.5'
__version__ = '1.3.6'

from .api_resources import File, FileList, FileGroup
from .exceptions import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='pyuploadcare',
version='1.3.5',
version='1.3.6',
description='Python library for Uploadcare.com',
long_description=(long_description),
author='Uploadcare LLC',
Expand Down

0 comments on commit 31485e2

Please sign in to comment.