From d740ddb0b19dde73c72d0ae4b2888434cdb1f239 Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 9 May 2023 18:46:16 +0300 Subject: [PATCH] Version bump --- mastoposter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastoposter/__init__.py b/mastoposter/__init__.py index 47c9b16..b9efb8c 100644 --- a/mastoposter/__init__.py +++ b/mastoposter/__init__.py @@ -26,7 +26,7 @@ from mastoposter.integrations import ( ) from mastoposter.types import Status -__version__ = "0" +__version__ = "0.1" __description__ = "Mastodon to [anything] reposter" logger = getLogger()