From 23bc1106b9a61da5b0d01ef5745c9f9c9ddb4f6b Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 8 Feb 2021 23:41:24 -0500 Subject: [PATCH] Bumping version from 0.1.0 to 0.1.1 --- Makefile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]