Skip to content

Commit e66ebde

Browse files
committed
Bump Version: 22.09
1 parent a1b5aa1 commit e66ebde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Preamble ####################################################################
22
#
33
cmake_minimum_required(VERSION 3.20.0)
4-
project(pyAMReX VERSION 22.06)
4+
project(pyAMReX VERSION 22.09)
55

66
include(${pyAMReX_SOURCE_DIR}/cmake/pyAMReXFunctions.cmake)
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def build_extension(self, ext):
220220
setup(
221221
name="amrex",
222222
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
223-
version="22.06",
223+
version="22.09",
224224
packages=["amrex"],
225225
# Python sources:
226226
package_dir={"": "src"},

0 commit comments

Comments
 (0)