1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Bumping version from 0.1.0 to 0.1.1

This commit is contained in:
Joe 2021-02-08 23:41:24 -05:00
parent e06bd6f2fc
commit 23bc1106b9
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
VERSION := 0.1.0
VERSION := 0.1.1
clean:
-rm -rf dist

View file

@ -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 <joe@sunset-crew.com>"]