Skip to content

Commit 12cc4db

Browse files
author
Joe Trollo
committed
Update version to 0.8.1
1 parent 0637028 commit 12cc4db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

asana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'asana'
2-
__version__ = '0.8.0'
2+
__version__ = '0.8.1'
33
__license__ = 'MIT'
44
__copyright__ = 'Copyright 2016 Asana, Inc.'
55

setup.py

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

1111
setup(
1212
name='asana',
13-
version='0.8.0',
13+
version='0.8.1',
1414
description='Asana API client',
1515
license='MIT',
1616
classifiers=[

0 commit comments

Comments
 (0)