Skip to content

Commit

Permalink
Bump version: 0.1.4 → 0.1.5 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchnei authored Apr 28, 2024
1 parent 12c8bd4 commit a7a9fed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Welcome to *visprompt*, a repository and basic GUI for experimenting with visual

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

Current version: 0.1.4
Current version: 0.1.5

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "visprompt"
version = "0.1.4"
version = "0.1.5"
description = "Repository and basic GUI for experimenting with visual prompting based on SAM and segGPT."
authors = ["mschnei"]
homepage = "https://github.com/MSchnei/visprompt"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
commit = True
tag = True

Expand Down

0 comments on commit a7a9fed

Please sign in to comment.