forked from mdekauwe/CABLE_benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from CABLE-LSM/pre-release
Update version to v1.0
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% set version = "0.1.7" %} | ||
{% set version = "1.0" %} | ||
|
||
package: | ||
name: benchcab | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
[metadata] | ||
name=benchcab | ||
summary= Software to run a benchmarking suite for CABLE LSM | ||
version=0.1.7 | ||
version=1.0 | ||
description=To benchmark CABLE simulations | ||
url=https://github.com/CABLE-LSM/benchcab | ||
author=Claire Carouge | ||
author_email[email protected] | ||
license=Apache 2.0 | ||
classifier= | ||
Development Status :: 2 - Pre-Alpha | ||
|
@@ -23,4 +21,4 @@ console_scripts = | |
benchsiterun=benchcab.benchsiterun:main_argv | ||
|
||
[tool:pytest] | ||
addopts = --doctest-modules --doctest-glob='*.rst' --ignore setup.py --ignore conftest.py --ignore docs/conf.py | ||
addopts = --doctest-modules --doctest-glob='*.rst' --ignore setup.py --ignore conftest.py --ignore docs/conf.py |