Skip to content

Commit 0ff4dab

Browse files
Merge pull request #172 from astomodynamics/copilot/match-package-version-pip-version
Align published package version with release tag 0.5.1
2 parents 6ff8a55 + ab9fe74 commit 0ff4dab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(CMAKE_POLICY_VERSION_MINIMUM "3.15" CACHE STRING "Minimum CMake version for
2020

2121
project(
2222
cddp
23-
VERSION 0.1.0
23+
VERSION 0.5.1
2424
DESCRIPTION "CDDP: A C++ library for Trajectory Optimization and MPC"
2525
HOMEPAGE_URL "https://github.com/astomodynamics/cddp-cpp"
2626
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "pycddp"
7-
version = "0.1.0"
7+
version = "0.5.1"
88
description = "Python bindings for CDDP trajectory optimization"
99
readme = "README.md"
1010
authors = [{name = "Tomo Sasaki"}]

python/pycddp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)