Skip to content

Commit

Permalink
Merge pull request #53 from rahil-makadia/dev
Browse files Browse the repository at this point in the history
version bump for parallelism
  • Loading branch information
rahil-makadia authored Mar 22, 2024
2 parents 5677fea + bdb0d23 commit 324db17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ include_directories(${CMAKE_SOURCE_DIR}/extern/cspice/include)
# Set source code directories
add_subdirectory(src)

# Configure CPack for cross-platform packaging
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)

# create pybind11 module
find_package(pybind11 REQUIRED)
pybind11_add_module(libgrss src/${PROJECT_NAME}.cpp)
Expand Down
2 changes: 1 addition & 1 deletion grss/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.0
3.7.0

0 comments on commit 324db17

Please sign in to comment.