From f5b0a2b99f8d0190f05f6322c9de827b39f14da4 Mon Sep 17 00:00:00 2001 From: Sean Bryan Date: Tue, 28 Mar 2023 11:32:42 +1100 Subject: [PATCH] Update version to v1.0 --- meta.yaml | 2 +- setup.cfg | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meta.yaml b/meta.yaml index 692fcba2..7d94147d 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.1.7" %} +{% set version = "1.0" %} package: name: benchcab diff --git a/setup.cfg b/setup.cfg index 3da236d0..70366980 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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=c.carouge@unsw.edu.au 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 \ No newline at end of file +addopts = --doctest-modules --doctest-glob='*.rst' --ignore setup.py --ignore conftest.py --ignore docs/conf.py