diff --git a/docs/source/conf.py b/docs/source/conf.py index cbf90cf..2853a81 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = '0.11.0' +version = '0.12.0' # The full version, including alpha/beta/rc tags. -release = '0.11.0' +release = '0.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/gyazo/__init__.py b/gyazo/__init__.py index be4c2ac..3358267 100644 --- a/gyazo/__init__.py +++ b/gyazo/__init__.py @@ -9,4 +9,4 @@ __all__ = [Api, GyazoError, Image, ImageList] -__version__ = "0.11.0" +__version__ = "0.12.0" diff --git a/setup.py b/setup.py index b944ccd..e7a7802 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='python-gyazo', - version='0.11.0', + version='0.12.0', description='A Python wrapper for Gyazo API', long_description=long_description, author='Yusuke Miyazaki',