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