From 7d945817a31e06389f2e70b4f3295a39692c9d4f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 24 Nov 2021 11:02:17 -0800 Subject: [PATCH] Change version to 0.3.dev1 --- pyproject.toml | 2 +- share/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b9a2b4c..20cf6f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dangerzone" -version = "0.3" +version = "0.3.dev1" description = "Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF" authors = ["Micah Lee "] license = "MIT" diff --git a/share/version.txt b/share/version.txt index be58634..f794674 100644 --- a/share/version.txt +++ b/share/version.txt @@ -1 +1 @@ -0.3 +0.3.dev1