From 8dfc254cb0e8020320752f55e182187751a52e45 Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Wed, 25 May 2016 11:28:20 -0400 Subject: [PATCH] Bump to 1.4.0 --- VERSION | 2 +- thredds_crawler/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f0bb29e..88c5fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/thredds_crawler/__init__.py b/thredds_crawler/__init__.py index 19b4f1d..96e3ce8 100644 --- a/thredds_crawler/__init__.py +++ b/thredds_crawler/__init__.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '1.4.0'