Skip to content

Commit 355e463

Browse files
committed
Bump to v0.5.0.
1 parent fbbf860 commit 355e463

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88

99
[workspace.package]
1010
authors = ["Kyle Cesare <kcesare@gmail.com>"]
11-
version = "0.5.0-beta.5"
11+
version = "0.5.0"
1212
edition = "2024"
1313
license = "MIT OR Apache-2.0"
1414
rust-version = "1.85"

crates/optik-cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
project(optik)
4-
set(PROJECT_VERSION 0.5.0-beta.5)
4+
set(PROJECT_VERSION 0.5.0)
55

66
find_package(Eigen3 REQUIRED)
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "optik-py"
33
description = "An optimizing IK solver based on the Lie group of rigid transforms SE(3)"
44
readme = "README.md"
5-
version = "0.5.0-beta.5"
5+
version = "0.5.0"
66
requires-python = ">=3.8"
77
license = "MIT OR Apache-2.0"
88
authors = [

0 commit comments

Comments
 (0)