Skip to content

Commit ecd12f1

Browse files
authored
Bump version: 0.1.3 → 0.1.4 (#23)
1 parent c812464 commit ecd12f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Welcome to *visprompt*, a repository and basic GUI for experimenting with visual
33

44
If you would like to learn more about visual prompting, please check out [the website accompanying this project](https://mschnei.github.io/visprompt/).
55

6-
Current version: 0.1.3
6+
Current version: 0.1.4
77

88
https://github.com/MSchnei/visprompt/assets/15090072/3243cd79-7373-48f3-a45d-b0caf8b7e6c0
99

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 = "visprompt"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Repository and basic GUI for experimenting with visual prompting based on SAM and segGPT."
55
authors = ["mschnei"]
66
homepage = "https://github.com/MSchnei/visprompt"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.3
2+
current_version = 0.1.4
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)