From 1ebe4e7b842e8b8acf4e92243186d5fe8893b0dc Mon Sep 17 00:00:00 2001 From: jvonrick Date: Wed, 21 Feb 2024 10:16:50 +0100 Subject: [PATCH] Bump version in main and remove beta specification. --- pyproject.toml | 4 ++-- tests/test_metadata.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0285ecdf5..82dd3664c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # Check https://python-poetry.org/docs/pyproject/ for all available sections name = "ansys-dpf-composites" -version = "0.3.dev0" +version = "0.4.dev0" description = "Post-processing of composite structures based on Ansys DPF" license = "MIT" authors = ["ANSYS, Inc. "] @@ -14,7 +14,7 @@ readme = "README.rst" repository = "https://github.com/ansys/pydpf-composites" documentation = "https://composites.dpf.docs.pyansys.com" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", diff --git a/tests/test_metadata.py b/tests/test_metadata.py index 059d70171..a703ceea9 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -24,4 +24,4 @@ def test_pkg_version(): - assert __version__ == "0.3.dev0" + assert __version__ == "0.4.dev0"