From 565e77bd5b0a5ac56097b5993be75416d81a089d Mon Sep 17 00:00:00 2001 From: Ronny Fahlberg Date: Wed, 21 Sep 2022 19:41:38 +0200 Subject: [PATCH] Bump version 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed5ac7f07..bfcc9d8c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-optislang-core" -version = "0.1.dev0" +version = "0.1.0" description = "A python wrapper for ansys optislang application." readme = "README.rst" requires-python = ">=3.7"