Skip to content

Commit c5baa10

Browse files
committed
Bump version number to 0.8.3
1 parent 8d00460 commit c5baa10

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from setuptools import setup, find_packages
44
import sys
55

6+
67
extra_kwargs = {}
78
if sys.version_info >= (3,):
89
extra_kwargs['setup_requires'] = ['setuptools']
@@ -22,7 +23,7 @@
2223

2324
setup(
2425
name="python-taiga",
25-
version="0.8.2",
26+
version="0.8.3",
2627
packages=find_packages(),
2728
include_package_data=True,
2829
description="Taiga python API",

taiga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
Taiga Python API library
77
"""
8-
__version__ = '0.8.2'
8+
__version__ = '0.8.3'
99
__author__ = 'Nephila'
1010
__license__ = 'MIT'
1111

0 commit comments

Comments
 (0)