Skip to content

Commit

Permalink
bumping lib version O_o
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Mar 15, 2018
1 parent 2b1a553 commit 99017b0
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
Expand Up @@ -15,7 +15,7 @@

from __future__ import unicode_literals

__version__ = '2.3.0'
__version__ = '2.3.1'

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

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

0 comments on commit 99017b0

Please sign in to comment.