Skip to content

Commit

Permalink
Merge pull request #29 from ymyzk/release/29
Browse files Browse the repository at this point in the history
0.12.0
  • Loading branch information
ymyzk authored Oct 23, 2016
2 parents 7f6954f + 032418c commit da1e382
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gyazo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@


__all__ = [Api, GyazoError, Image, ImageList]
__version__ = "0.11.0"
__version__ = "0.12.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit da1e382

Please sign in to comment.