Skip to content

Commit

Permalink
Updated the required cmake version range, proper package version for …
Browse files Browse the repository at this point in the history
…pyproject.toml
  • Loading branch information
JamesMakela-NOAA committed Jun 27, 2024
1 parent 85e9567 commit 8ef194c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py_gnome/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# to jcfr@github henryiii


cmake_minimum_required(VERSION 3.15...3.28)
cmake_minimum_required(VERSION 3.15...3.29)
project(${SKBUILD_PROJECT_NAME} LANGUAGES C CXX)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down
2 changes: 1 addition & 1 deletion py_gnome/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Oceanography",
]

version = "1.1.7dev"
version = "1.1.11"
readme = "README.rst"

# dynamic = ["version", "readme"]
Expand Down

0 comments on commit 8ef194c

Please sign in to comment.