diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b660aa..fd6785d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ if(NOT CMAKE_BUILD_TYPE) FORCE) endif() -project(cascade VERSION 0.1.2 LANGUAGES CXX C) +project(cascade VERSION 0.1.3 LANGUAGES CXX C) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma") diff --git a/tools/wheel_setup.py b/tools/wheel_setup.py index a793835..e5429d1 100644 --- a/tools/wheel_setup.py +++ b/tools/wheel_setup.py @@ -3,7 +3,7 @@ from setuptools.dist import Distribution import sys -NAME = "cascade.py" +NAME = "esa_cascade" VERSION = "@cascade_VERSION@" DESCRIPTION = "N-body simulation for the evolution of orbital environments" LONG_DESCRIPTION = "A Python library to propagate the evolution of a large number of orbiting objects while detecting reliably close encounters and collisions."