Skip to content

Commit

Permalink
Try yet another name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Feb 26, 2023
1 parent ddcb875 commit cdc6a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion tools/wheel_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit cdc6a95

Please sign in to comment.