diff --git a/README.md b/README.md index 102bbda..bd9e99e 100644 --- a/README.md +++ b/README.md @@ -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.3 +Current version: 0.1.4 https://github.com/MSchnei/visprompt/assets/15090072/3243cd79-7373-48f3-a45d-b0caf8b7e6c0 diff --git a/pyproject.toml b/pyproject.toml index 84b47c4..d17040b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "visprompt" -version = "0.1.3" +version = "0.1.4" description = "Repository and basic GUI for experimenting with visual prompting based on SAM and segGPT." authors = ["mschnei"] homepage = "https://github.com/MSchnei/visprompt" diff --git a/setup.cfg b/setup.cfg index ef88964..782ba06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True