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: ../..