Skip to content

Commit 4f53fb8

Browse files
author
Joe Trollo
committed
Bump version to 0.9.1
1 parent 44dcb8f commit 4f53fb8

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.9.0'
2+
__version__ = '0.9.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.9.0',
13+
version='0.9.1',
1414
description='Asana API client',
1515
license='MIT',
1616
classifiers=[

0 commit comments

Comments
 (0)