From 0d2bcf0e5b093ee90c4188ec4bbe79f45b3ce001 Mon Sep 17 00:00:00 2001 From: odrling Date: Thu, 10 Jun 2021 11:31:01 +0200 Subject: [PATCH] Peony 2.0.2 --- peony/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peony/__init__.py b/peony/__init__.py index 844fda8..c4dc15a 100644 --- a/peony/__init__.py +++ b/peony/__init__.py @@ -12,7 +12,7 @@ __author_email__ = "florianbadie@gmail.com" __url__ = "https://github.com/odrling/peony-twitter" -__version__ = "2.0.1" +__version__ = "2.0.2" __license__ = "MIT License"