We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9727e2a commit 2e8bbefCopy full SHA for 2e8bbef
2 files changed
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name="python-taiga",
25
- version="0.6.0",
+ version="0.7.0",
26
packages=find_packages(),
27
include_package_data=True,
28
description="Taiga python API",
taiga/__init__.py
@@ -5,7 +5,7 @@
5
"""
6
Taiga Python API library
7
8
-__version__ = '0.6.0'
+__version__ = '0.7.0'
9
__author__ = 'Nephila'
10
__license__ = 'MIT'
11
0 commit comments