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()