We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f75627 commit 0759381Copy full SHA for 0759381
CMakeLists.txt
@@ -7,7 +7,7 @@
7
cmake_minimum_required(VERSION 3.14)
8
9
project(villas-node
10
- VERSION 0.0.0
+ VERSION 1.0.0
11
DESCRIPTION "VILLASnode"
12
HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/"
13
LANGUAGES C CXX
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'
0 commit comments