From 6ae609a0f484a7f6a86f10e92e209fb5b5c49992 Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Tue, 17 Sep 2024 13:42:34 -0400 Subject: [PATCH] #114: bump version numbers to 1.5.0 --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f242e084c7..54c4f20f00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.17 FATAL_ERROR) -project(vt-tv) +project(vt-tv VERSION 1.5.0) # Try to find ccache to speed up compilation find_program(ccache_binary ccache) diff --git a/setup.py b/setup.py index f430972369..e5a472f0f7 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def build_extension(self, ext): setup( name='vttv', - version='0.0.1', + version='1.5.0', author='Pierre Pebay', author_email='pierre.pebay@ng-analytics.com', url='https://github.com/DARMA-tasking/vt-tv',