Skip to content

Commit 6bb55fb

Browse files
committed
Bump version
1 parent df8f2a5 commit 6bb55fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gstools-core"
3-
version = "0.3.0"
3+
version = "1.0.0"
44
authors = ["Lennart Schüler <[email protected]>"]
55
edition = "2021"
66
description = "The core functions of GSTools"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies = ["numpy>=1.20.0,<2"]
44
license = { file = "LICENSE" }
55
requires-python = ">=3.10"
66
classifiers = [
7-
"Development Status :: 4 - Beta",
7+
"Development Status :: 5 - Production/Stable",
88
"Intended Audience :: Developers",
99
"Intended Audience :: End Users/Desktop",
1010
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)