From 09cc8deb37c4966ced8487c748f2d21abf81105b Mon Sep 17 00:00:00 2001 From: hkc Date: Sat, 17 Jun 2023 00:54:45 +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 6d7ee58..3ac629c 100644 --- a/mastoposter/__init__.py +++ b/mastoposter/__init__.py @@ -26,7 +26,7 @@ from mastoposter.integrations import ( ) from mastoposter.types import Status -__version__ = "0.1" +__version__ = "0.2" __description__ = ( "Configurable reposter from Mastodon-compatible Fediverse servers" )