Skip to content

Commit

Permalink
Bump version number to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 14, 2015
1 parent 8d00460 commit c5baa10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from setuptools import setup, find_packages
import sys


extra_kwargs = {}
if sys.version_info >= (3,):
extra_kwargs['setup_requires'] = ['setuptools']
Expand All @@ -22,7 +23,7 @@

setup(
name="python-taiga",
version="0.8.2",
version="0.8.3",
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.8.2'
__version__ = '0.8.3'
__author__ = 'Nephila'
__license__ = 'MIT'

Expand Down

0 comments on commit c5baa10

Please sign in to comment.