Skip to content

Commit

Permalink
Update version to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Nov 10, 2023
1 parent 95985be commit 54d3369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 54d3369

Please sign in to comment.