Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Sep 11, 2015
1 parent 156cb4b commit 6b43950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="python-taiga",
version="0.5.1",
version="0.6.0",
packages=find_packages(),
include_package_data=True,
description="Taiga python API",
Expand Down
2 changes: 1 addition & 1 deletion taiga/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
Taiga Python API library
"""
__version__ = '0.5.1'
__version__ = '0.6.0'
__author__ = 'Nephila'
__license__ = 'MIT'

Expand Down

0 comments on commit 6b43950

Please sign in to comment.