From 54d336918d35f92351503a1eb4073b77d1428adf Mon Sep 17 00:00:00 2001 From: niccolo Date: Fri, 10 Nov 2023 16:09:37 +0100 Subject: [PATCH] Update version to 0.14 --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb7299d..f607bf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) endif() # define project name and its language -project(adani VERSION 0.0) +project(adani VERSION 0.14) # define c++ standard and issue all the warning demanded by this standard set(CMAKE_CXX_STANDARD 14) diff --git a/setup.py b/setup.py index 04e82dd..e1ac23a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="adani", - version="0.0", + version="0.14", description="Code computing approximate DIS N3LO coefficients", author="Niccolò Laurenti", license="AGPLv3",