diff --git a/.azure/templates/build-cyclone.yml b/.azure/templates/build-cyclone.yml index 84c32494..1a993e7e 100644 --- a/.azure/templates/build-cyclone.yml +++ b/.azure/templates/build-cyclone.yml @@ -16,7 +16,7 @@ steps: - bash: | - git clone https://github.com/eclipse-cyclonedds/cyclonedds.git cyclonedds_c --branch 0.10.4 + git clone https://github.com/eclipse-cyclonedds/cyclonedds.git cyclonedds_c --branch 0.10.5 name: clone_cyclone displayName: Clone the CycloneDDS repository - bash: | diff --git a/pyproject.toml b/pyproject.toml index 92dbc13f..4fd7b009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ test-command = "pytest -s --verbose {package}/tests" test-extras = ["dev"] before-all = [ - "git clone --branch 0.10.4 --depth 1 https://github.com/eclipse-cyclonedds/cyclonedds.git main", + "git clone --branch 0.10.5 --depth 1 https://github.com/eclipse-cyclonedds/cyclonedds.git main", "mkdir cyclonedds-build", "mkdir build" ] diff --git a/setup.py b/setup.py index 55e8b34e..5728836a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from bdist_wheel import bdist_wheel -__version__ = "0.10.4" +__version__ = "0.10.5" package = "cyclonedds"