Skip to content

Commit

Permalink
Raise package version to 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed May 31, 2017
1 parent 5678ad1 commit 76d9417
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion colour_hdri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

__major_version__ = '0'
__minor_version__ = '1'
__change_version__ = '2'
__change_version__ = '3'
__version__ = '.'.join((__major_version__,
__minor_version__,
__change_version__))
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.2'
release = '0.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
INSTALLATION_REQUIREMENTS += ['mock']

setup(name='colour-hdri',
version='0.1.2',
version='0.1.3',
author=__author__,
author_email=__email__,
include_package_data=True,
Expand Down

0 comments on commit 76d9417

Please sign in to comment.