Skip to content

Commit

Permalink
Merge pull request #49 from CABLE-LSM/pre-release
Browse files Browse the repository at this point in the history
Update version to v1.0
  • Loading branch information
ccarouge authored Mar 28, 2023
2 parents c293b07 + f5b0a2b commit 9edfada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
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
Expand Down
6 changes: 2 additions & 4 deletions setup.cfg
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
Expand All @@ -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

0 comments on commit 9edfada

Please sign in to comment.