From 6f81522ad0573842b1578380735dc520b0f716aa Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Tue, 28 Sep 2021 11:40:04 +0200 Subject: [PATCH] Release v0.1.0. --- mobilizon_reshare/VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobilizon_reshare/VERSION b/mobilizon_reshare/VERSION index bd52db8..6c6aa7c 100644 --- a/mobilizon_reshare/VERSION +++ b/mobilizon_reshare/VERSION @@ -1 +1 @@ -0.0.0 \ No newline at end of file +0.1.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index de5a846..945ef86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mobilizon-reshare" -version = "0.0.0" +version = "0.1.0" description = "" authors = ["Simone Robutti "]