Skip to content

Commit a6ecd60

Browse files
committed
Updating version
1 parent 857e19d commit a6ecd60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

descarteslabs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# flake8: noqa
1616

17-
__version__ = "0.1.3"
17+
__version__ = "0.1.4"
1818
from .auth import Auth
1919
descartes_auth = Auth()
2020

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from setuptools import setup, find_packages
2020

2121

22-
__version__ = "0.1.3"
22+
__version__ = "0.1.4"
2323

2424
def do_setup():
2525
src_path = os.path.dirname(os.path.abspath(sys.argv[0]))

0 commit comments

Comments
 (0)