Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
praecipula committed Apr 13, 2018
1 parent 9e29a06 commit 127f070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asana/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'asana'
__version__ = '0.6.2'
__version__ = '0.7.1'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 Asana, Inc.'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='asana',
version='0.7.0',
version='0.7.1',
description='Asana API client',
license='MIT',
classifiers=[
Expand Down

0 comments on commit 127f070

Please sign in to comment.