From 5b515f4c353856ef1ce6975a7075b2c375314d5f Mon Sep 17 00:00:00 2001 From: ksamuel Date: Wed, 19 Aug 2020 11:59:04 +0200 Subject: [PATCH] Bump version --- zerobin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerobin/__init__.py b/zerobin/__init__.py index 01f979d..f04b8d8 100644 --- a/zerobin/__init__.py +++ b/zerobin/__init__.py @@ -1,5 +1,5 @@ from pathlib import Path -__version__ = "1.0.1" +__version__ = "1.0.2" ROOT_DIR = Path(__file__).absolute().parent