Skip to content

Commit 9417716

Browse files
committed
increase prerelease version
1 parent 2b71c6f commit 9417716

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.1.0-alpha.4",
7+
"version": "0.1.0-alpha.5",
88
"enableProposedApi": true,
99
"repository": {
1010
"type": "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.1.0-alpha.3"
3+
version = "0.1.0-alpha.5"
44
description = ""
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.1.0-alpha.3"
1+
__version__ = "0.1.0-alpha.5"

0 commit comments

Comments
 (0)