Skip to content

Commit

Permalink
heyoka.py 7.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Dec 29, 2024
1 parent 71fcb0d commit ea5afa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(heyoka.py VERSION 7.0.0 LANGUAGES CXX C)
project(heyoka.py VERSION 7.0.1 LANGUAGES CXX C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")

Expand Down
2 changes: 1 addition & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
=========

7.0.1 (unreleased)
7.0.1 (2024-12-29)
------------------

Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ['scikit-build-core', 'pybind11 >= 2.10', 'numpy >= 2']

[project]
name = 'heyoka'
version = '7.0.0'
version = '7.0.1'
description = "Python library for ODE integration via Taylor's method and LLVM"
readme = 'README.md'
requires-python = '>=3.9'
Expand Down

0 comments on commit ea5afa5

Please sign in to comment.