diff --git a/README.md b/README.md index 7e455d9..bc905f2 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.1 +Current version: 0.1.2 https://github.com/MSchnei/visprompt/assets/15090072/3243cd79-7373-48f3-a45d-b0caf8b7e6c0 diff --git a/pyproject.toml b/pyproject.toml index c08363c..fd195fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "visprompt" -version = "0.1.1" +version = "0.1.2" description = "" authors = ["mschnei"] packages = [ {include = "visprompt"} ] diff --git a/setup.cfg b/setup.cfg index 15c7e4d..8603333 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True