From 136dee8b9a27558bb5a9ed1ad55520e80954b3a7 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni Date: Tue, 4 Mar 2025 14:35:35 -0800 Subject: [PATCH] Update WarpX --- CMakeLists.txt | 2 +- Docs/source/conf.py | 4 ++-- Python/setup.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb3ee66f786..bdc66feca01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Preamble #################################################################### # cmake_minimum_required(VERSION 3.24.0) -project(WarpX VERSION 25.02) +project(WarpX VERSION 25.03) include(${WarpX_SOURCE_DIR}/cmake/WarpXFunctions.cmake) diff --git a/Docs/source/conf.py b/Docs/source/conf.py index a5fed3a4614..009279500a0 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -112,9 +112,9 @@ def __init__(self, *args, **kwargs): # built documents. # # The short X.Y version. -version = "25.02" +version = "25.03" # The full version, including alpha/beta/rc tags. -release = "25.02" +release = "25.03" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/Python/setup.py b/Python/setup.py index e0ec6c98a7d..c801c2c0a74 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -65,7 +65,7 @@ setup( name="pywarpx", - version="25.02", + version="25.03", packages=["pywarpx"], package_dir={"pywarpx": "pywarpx"}, description="""Wrapper of WarpX""", diff --git a/setup.py b/setup.py index fae11aa0654..8f3a9e328ce 100644 --- a/setup.py +++ b/setup.py @@ -280,7 +280,7 @@ def build_extension(self, ext): setup( name="pywarpx", # note PEP-440 syntax: x.y.zaN but x.y.z.devN - version="25.02", + version="25.03", packages=["pywarpx"], package_dir={"pywarpx": "Python/pywarpx"}, author="Jean-Luc Vay, David P. Grote, Maxence Thévenet, Rémi Lehe, Andrew Myers, Weiqun Zhang, Axel Huebl, et al.",