Skip to content

Commit

Permalink
Version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zerc committed Feb 10, 2016
1 parent fb4db6d commit 9f1476c
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.4'
__version__ = '1.3.5'

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.4',
version='1.3.5',
description='Python library for Uploadcare.com',
long_description=(long_description),
author='Uploadcare LLC',
Expand Down

0 comments on commit 9f1476c

Please sign in to comment.