We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137ffd0 commit d9e9cd9Copy full SHA for d9e9cd9
asana/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = 'asana'
2
-__version__ = '0.9.1'
+__version__ = '0.9.2'
3
__license__ = 'MIT'
4
__copyright__ = 'Copyright 2016 Asana, Inc.'
5
asana/version.py
@@ -0,0 +1 @@
+VERSION = '0.9.2'
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='asana',
13
- version='0.9.1',
+ version='0.9.2',
14
description='Asana API client',
15
license='MIT',
16
classifiers=[
0 commit comments