Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Sep 3, 2014
2 parents e3bd969 + a42bff1 commit d9a628a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include COPYING
include LICENSE
include *.rst
graft colour/examples
graft colour/plotting
graft docs/_build
graft utilities
global-exclude *.pyc
Expand Down
2 changes: 1 addition & 1 deletion colour/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

__major_version__ = '0'
__minor_version__ = '3'
__change_version__ = '1'
__change_version__ = '2'
__version__ = '.'.join((__major_version__,
__minor_version__,
__change_version__))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'nose>=1.3.4']

setup(name='colour-science',
version='0.3.1',
version='0.3.2',
author=__author__,
author_email=__email__,
include_package_data=True,
Expand Down

0 comments on commit d9a628a

Please sign in to comment.