Skip to content

Commit

Permalink
Update version tags
Browse files Browse the repository at this point in the history
All of these should be mostly invisible since we derive the version from
the tag, but good to keep it consistent nevertheless.

Also allow uploading tag builds, temporarily.
  • Loading branch information
Zaharid committed Mar 11, 2021
1 parent 7739359 commit d87e439
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
- CONDAPATH="/Users/travis/miniconda3"
- OUTPUT_ARCH=osx-64
- OUTPUT_CHANNEL=private
- UPLOAD_NON_MASTER="false"
- UPLOAD_NON_MASTER="true"
- CONDA_BUILD_SYSROOT="${CONDAPATH}/MacOSX10.9.sdk"
- CONDA_BUILD_VERSION=3

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

set(VERSION "\"1.2.0b5\"")
set(nnpdfcpp_VERSION 3.1)
set(VERSION "\"4.0\"")
set(nnpdfcpp_VERSION 4.0)

# check for dependencies
find_package(PkgConfig REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion n3fit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="n3fit",
version="0.9",
version="4.0",
package_dir = {'':'src'},
packages=find_packages('src'),
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion validphys2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_desc = f.read()

setup(name= "validphys",
version = '2.0b2',
version = '4.0',
description = "NNPDF analysis framework",
author = "Zahari Kassabov",
author_email = "[email protected]",
Expand Down

0 comments on commit d87e439

Please sign in to comment.