Skip to content

Commit 1ebfd51

Browse files
committed
Bump version number to 0.8.0
1 parent b9082e4 commit 1ebfd51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="python-taiga",
25-
version="0.7.0",
25+
version="0.8.0",
2626
packages=find_packages(),
2727
include_package_data=True,
2828
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.7.0'
8+
__version__ = '0.8.0'
99
__author__ = 'Nephila'
1010
__license__ = 'MIT'
1111

0 commit comments

Comments
 (0)