Skip to content

Commit 9273298

Browse files
steffen-vogel-opalrtstv0g
authored andcommitted
Bump version for JOSS publication
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
1 parent 1e18162 commit 9273298

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 1.0.0
10+
VERSION 1.0.1
1111
DESCRIPTION "VILLASnode"
1212
HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/"
1313
LANGUAGES C CXX

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "villasnode-api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"dependencies": {
55
"@redocly/openapi-cli": "^1.0.0-beta.69"
66
},

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 = '1.0.0'
10+
version = '1.0.1'
1111
description = 'Python support for the VILLASnode simulation-data gateway'
1212
readme = 'README.md'
1313
requires-python = '>=3.10'

0 commit comments

Comments
 (0)