Skip to content

Commit

Permalink
release 2.2.1 due to borked history.rst in 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Apr 7, 2017
1 parent a6efd6c commit cd6f4c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Expand Up @@ -3,7 +3,7 @@
History
-------

2.2.0
2.2.1
~~~~~

- Add file.create_local_copy and file.create_remote_copy methods.
Expand Down
2 changes: 1 addition & 1 deletion pyuploadcare/__init__.py
Expand Up @@ -15,7 +15,7 @@

from __future__ import unicode_literals

__version__ = '2.2.0'
__version__ = '2.2.1'

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

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

0 comments on commit cd6f4c0

Please sign in to comment.