We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8de9d0 commit dccc0b9Copy full SHA for dccc0b9
CMakeLists.txt
@@ -112,7 +112,7 @@ endif()
112
if(DEFINED VERSION_INFO)
113
target_compile_definitions(grav_sim PRIVATE VERSION_INFO="${VERSION_INFO}")
114
else()
115
- target_compile_definitions(grav_sim PRIVATE VERSION_INFO="0.0.9")
+ target_compile_definitions(grav_sim PRIVATE VERSION_INFO="1.0.0")
116
endif()
117
118
target_link_libraries(grav_sim PRIVATE m)
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "grav_sim"
3
-version = "0.0.9"
+version = "1.0.0"
4
description="Gravity Simulator"
5
requires-python = ">= 3.9"
6
readme = "README.md"
0 commit comments