diff --git a/Makefile b/Makefile index 1c02bea..44869ab 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.1.0 +VERSION := 0.1.1 clean: -rm -rf dist diff --git a/pyproject.toml b/pyproject.toml index 944269b..44856c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-mailbox2" -version = "0.1.0" +version = "0.1.1" description = "I'm forking and making it my own." authors = ["Joe "]