Skip to content

Commit 63e3897

Browse files
committed
0.2.1
1 parent 8436ade commit 63e3897

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Robot Framework support for Visual Studio Code",
55
"icon": "images/icon.png",
66
"publisher": "d-biehl",
7-
"version": "0.2.0",
7+
"version": "0.2.1",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/d-biehl/robotcode.git"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "robotcode"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Language server,debugger and tools for RobotFramework"
55
authors = ["Daniel Biehl <[email protected]>"]
66
include = ["robotcode/py.typed", "README.md"]

robotcode/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)