From b0c869a0abb4374925d3d68435c37d3b14cfa0cc Mon Sep 17 00:00:00 2001 From: Giorgio Scorzelli Date: Sun, 19 Jan 2020 10:20:40 +0100 Subject: [PATCH] New tag --- CMake/setup.py | 2 +- conda/openvisus/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMake/setup.py b/CMake/setup.py index a95dc911a..e44e95b37 100644 --- a/CMake/setup.py +++ b/CMake/setup.py @@ -14,7 +14,7 @@ # use a number like 1.0.xxxx for travis testing # otherwise use a number greater than the one uploaded in pip # PROJECT_VERSION="1.0.1000" -PROJECT_VERSION="1.3.69" +PROJECT_VERSION="1.3.70" # //////////////////////////////////////////////////////////////////// def findFilesInCurrentDirectory(): diff --git a/conda/openvisus/meta.yaml b/conda/openvisus/meta.yaml index fff02642d..2759fd9e6 100644 --- a/conda/openvisus/meta.yaml +++ b/conda/openvisus/meta.yaml @@ -1,6 +1,6 @@ package: name: openvisus - version: 1.3.69 + version: 1.3.70 source: path: ../..