Skip to content

Commit dccc0b9

Browse files
committed
Update version to 1.0.0
1 parent c8de9d0 commit dccc0b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ endif()
112112
if(DEFINED VERSION_INFO)
113113
target_compile_definitions(grav_sim PRIVATE VERSION_INFO="${VERSION_INFO}")
114114
else()
115-
target_compile_definitions(grav_sim PRIVATE VERSION_INFO="0.0.9")
115+
target_compile_definitions(grav_sim PRIVATE VERSION_INFO="1.0.0")
116116
endif()
117117

118118
target_link_libraries(grav_sim PRIVATE m)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "grav_sim"
3-
version = "0.0.9"
3+
version = "1.0.0"
44
description="Gravity Simulator"
55
requires-python = ">= 3.9"
66
readme = "README.md"

0 commit comments

Comments
 (0)