We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8436ade commit 63e3897Copy full SHA for 63e3897
package.json
@@ -4,7 +4,7 @@
4
"description": "Robot Framework support for Visual Studio Code",
5
"icon": "images/icon.png",
6
"publisher": "d-biehl",
7
- "version": "0.2.0",
+ "version": "0.2.1",
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/d-biehl/robotcode.git"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "robotcode"
3
-version = "0.2.0"
+version = "0.2.1"
description = "Language server,debugger and tools for RobotFramework"
authors = ["Daniel Biehl <daniel.biehl@imbus.de>"]
include = ["robotcode/py.typed", "README.md"]
robotcode/_version.py
@@ -1 +1 @@
-__version__ = "0.2.0"
+__version__ = "0.2.1"
0 commit comments