From 0c43f81d3e66938f13e836109c4819e62af5da00 Mon Sep 17 00:00:00 2001 From: LSchueler Date: Tue, 2 Jul 2024 16:11:23 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a4ec67..815f831 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "gstools-core" -version = "0.3.0" +version = "1.0.0" dependencies = [ "approx", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 1913e97..71f1ac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstools-core" -version = "0.3.0" +version = "1.0.0" authors = ["Lennart Schüler "] edition = "2021" description = "The core functions of GSTools" diff --git a/pyproject.toml b/pyproject.toml index 3d6be32..227f943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ dependencies = ["numpy>=1.20.0,<2"] license = { file = "LICENSE" } requires-python = ">=3.10" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research",