Skip to content

Commit

Permalink
Merge pull request #80 from descarteslabs/release/v0.2.2
Browse files Browse the repository at this point in the history
Bumping versions to 0.2.2
  • Loading branch information
samskillman authored May 4, 2017
2 parents e63a7db + 40393a2 commit ff8da59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion descarteslabs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# flake8: noqa

__version__ = "0.2.1"
__version__ = "0.2.2"
from .auth import Auth
descartes_auth = Auth()

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


__version__ = "0.2.1"
__version__ = "0.2.2"


def do_setup():
Expand Down

0 comments on commit ff8da59

Please sign in to comment.