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",