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 857e19d commit a6ecd60Copy full SHA for a6ecd60
descarteslabs/__init__.py
@@ -14,7 +14,7 @@
14
15
# flake8: noqa
16
17
-__version__ = "0.1.3"
+__version__ = "0.1.4"
18
from .auth import Auth
19
descartes_auth = Auth()
20
setup.py
@@ -19,7 +19,7 @@
from setuptools import setup, find_packages
21
22
23
24
def do_setup():
25
src_path = os.path.dirname(os.path.abspath(sys.argv[0]))
0 commit comments