Skip to content

Commit dc6c2ab

Browse files
committed
bump version to 0.7.0
1 parent 18d2e55 commit dc6c2ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "robotframework-mbt"
10-
version = "0.6.0"
10+
version = "0.7.0"
1111
description = "Model-Based Testing in Robot framework with test case generation"
1212
readme = "README.md"
1313
authors = [{ name = "Johan Foederer", email = "github@famfoe.nl" }]

robotmbt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.6.0'
1+
VERSION = '0.7.0'

0 commit comments

Comments
 (0)