Skip to content

Commit 0759381

Browse files
committed
Bump version
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
1 parent 8f75627 commit 0759381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cmake_minimum_required(VERSION 3.14)
88

99
project(villas-node
10-
VERSION 0.0.0
10+
VERSION 1.0.0
1111
DESCRIPTION "VILLASnode"
1212
HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/"
1313
LANGUAGES C CXX

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = 'villas-node'
10-
version = '0.11.1'
10+
version = '1.0.0'
1111
description = 'Python support for the VILLASnode simulation-data gateway'
1212
readme = 'README.md'
1313
requires-python = '>=3.10'

0 commit comments

Comments
 (0)