Skip to content

Commit

Permalink
Update WarpX
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Mar 4, 2025
1 parent f1ecbfb commit 136dee8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions Docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

setup(
name="pywarpx",
version="25.02",
version="25.03",
packages=["pywarpx"],
package_dir={"pywarpx": "pywarpx"},
description="""Wrapper of WarpX""",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 136dee8

Please sign in to comment.