diff --git a/CMakeLists.txt b/CMakeLists.txt index cb64b0cce..ff81c5d46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.14) project(villas-node - VERSION 1.0.1 + VERSION 1.1.0 DESCRIPTION "Open-Source Real-time Multi-protocol Gateway" HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/" LANGUAGES C CXX diff --git a/doc/package.json b/doc/package.json index 0d7ca036c..3f026dbe7 100644 --- a/doc/package.json +++ b/doc/package.json @@ -1,6 +1,6 @@ { "name": "villasnode-api", - "version": "1.0.1", + "version": "1.1.0", "dependencies": { "@redocly/openapi-cli": "^1.0.0-beta.69" }, diff --git a/python/pyproject.toml b/python/pyproject.toml index debd26a8b..383b14fd0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'villas-node' -version = '1.0.1' +version = '1.1.0' description = 'Python support for the VILLASnode simulation-data gateway' readme = 'README.md' requires-python = '>=3.10' @@ -21,15 +21,15 @@ classifiers = [ ] dependencies = [ 'linuxfd==1.5; platform_system=="Linux"', - 'protobuf==6.31.1', + 'protobuf==6.32.1', 'libconf==2.0.1', ] optional-dependencies.dev = [ - 'black==25.1.0', - 'flake8==7.2.0', - 'mypy==1.15.0', - 'pytest==8.3.5', - 'types-protobuf==5.29.1.20250403', + 'black==25.11.0', + 'flake8==7.3.0', + 'mypy==1.19.0', + 'pytest==9.0.1', + 'types-protobuf==6.32.1.20251105', ] [project.scripts]