From d504a29b4117e8ce31bc510e6c49a8cc271cd04e Mon Sep 17 00:00:00 2001 From: Timothy Nunn Date: Tue, 16 Dec 2025 09:32:24 +0000 Subject: [PATCH] Upversion to 2.4.1 --- LICENSE | 2 +- README.md | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index fb498c3..189edce 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2025 UK Atomic Energy Authority +Copyright (c) 2023-present UK Atomic Energy Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 71b31ed..449b563 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ Tests can be run using `pytest tests/`. The tests check the paper examples are r ## License PyVMCON is provided under the MIT license, please see the LICENSE file for full details. -Copyright (c) 2023-2025 UK Atomic Energy Authority +Copyright (c) 2023-present UK Atomic Energy Authority diff --git a/docs/source/conf.py b/docs/source/conf.py index 0ba4bf0..f6cb20b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -5,7 +5,7 @@ author = "Timothy Nunn" # The full version, including alpha/beta/rc tags -release = "2.4.0" +release = "2.4.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 1c57802..f3cb275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "PyVMCON" -version = "2.4.0" +version = "2.4.1" description = "Python implementation of the VMCON non-linear constrained optimiser." keywords = ["vmcon", "optimisation", "non-linear constrained optimisation"] readme = "README.md"