From 9ab5865598e1f5b8cc4fd70e7612de8671d86ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=A4fer?= Date: Wed, 27 Jul 2022 21:11:58 +0200 Subject: [PATCH] Bump version to 0.3 and rename package --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fbabe32..9160a85 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ setup( - name="pythonic-notion-api", - version="0.0.2", + name="pythonic-notion-sdk", + version="0.0.3", description="A pythonic way to interact with Notion without passing JSON around.", author="Florian Schaefer", author_email="florian.schaefer@gmail.com",