From d367d43524c07501dba679fceaebcf38be1da812 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Sat, 2 Apr 2022 20:06:44 +0200 Subject: [PATCH] fix(schema): initialize module chore: upgrade version --- setup.cfg | 2 +- src/httpaste/schema/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/httpaste/schema/__init__.py diff --git a/setup.cfg b/setup.cfg index d330606..f081dbf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = httpaste-victorykit -version = 1.0.1-alpha +version = 1.0.3-alpha author = Tiara Rodney author_email = t.rodney@victoryk.it description = a versatile HTTP pastebin diff --git a/src/httpaste/schema/__init__.py b/src/httpaste/schema/__init__.py new file mode 100644 index 0000000..e69de29