Skip to content

Commit

Permalink
Update to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Mar 5, 2024
1 parent e6b98a1 commit aea3ee2
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 @@ -10,7 +10,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
endif()

# the project name
project(fiatlux VERSION "0.1.3")
project(fiatlux VERSION "0.1.4")

# activating some global properties for the project
set(CMAKE_CXX_STANDARD 11)
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="fiatlux",
version="0.1.3",
version="0.1.4",
description="API for LUXqed methodology in global PDF fits",
author="Stefano Carrazza",
license="AGPLv3",
Expand Down

0 comments on commit aea3ee2

Please sign in to comment.