From a24d7861d852d9e3807bbd522cfbf5ca165f6417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guirao=20Rodr=C3=ADguez?= Date: Fri, 17 Aug 2018 10:38:03 +0200 Subject: [PATCH] Semver with 3 numbers specification --- carto-package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/carto-package.json b/carto-package.json index 234b81a..23ca3a5 100644 --- a/carto-package.json +++ b/carto-package.json @@ -2,9 +2,9 @@ "name": "crankshaft", "current_version": { "requires": { - "postgres": ">=9.5", - "postgis": ">=2.2", - "python": ">=2.7", + "postgres": ">=9.5.0", + "postgis": ">=2.2.0", + "python": ">=2.7.0", "joblib": "0.8.3", "numpy": "1.6.1", "scipy": "0.14.0",