From 301fcdd89aec7417f4bba238d3ce1ab892cbdbb2 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 18 Aug 2025 13:47:46 +0200 Subject: [PATCH] Bump version Signed-off-by: Steffen Vogel --- CMakeLists.txt | 2 +- python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9c3b7a40..f02609853 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.14) project(villas-node - VERSION 0.0.0 + VERSION 1.0.0 DESCRIPTION "VILLASnode" HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/" LANGUAGES C CXX diff --git a/python/pyproject.toml b/python/pyproject.toml index 6be5b800a..294a0311b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'villas-node' -version = '0.11.1' +version = '1.0.0' description = 'Python support for the VILLASnode simulation-data gateway' readme = 'README.md' requires-python = '>=3.10'