There was an error while loading. Please reload this page.
1 parent 8d00460 commit c5baa10Copy full SHA for c5baa10
2 files changed
setup.py
@@ -3,6 +3,7 @@
3
from setuptools import setup, find_packages
4
import sys
5
6
+
7
extra_kwargs = {}
8
if sys.version_info >= (3,):
9
extra_kwargs['setup_requires'] = ['setuptools']
@@ -22,7 +23,7 @@
22
23
24
setup(
25
name="python-taiga",
- version="0.8.2",
26
+ version="0.8.3",
27
packages=find_packages(),
28
include_package_data=True,
29
description="Taiga python API",
taiga/__init__.py
@@ -5,7 +5,7 @@
"""
Taiga Python API library
-__version__ = '0.8.2'
+__version__ = '0.8.3'
__author__ = 'Nephila'
10
__license__ = 'MIT'
11
0 commit comments