From b86bc2c0cede9e7788c3ef3a6920cef548b06f8f Mon Sep 17 00:00:00 2001 From: ksamuel Date: Tue, 25 Aug 2020 20:18:42 +0200 Subject: [PATCH] Bump version --- README.rst | 2 +- zerobin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d57f9fa..f2103fb 100644 --- a/README.rst +++ b/README.rst @@ -69,7 +69,7 @@ Known issues .. _zerobin project: https://github.com/sebsauvage/ZeroBin/ .. _node.js: http://nodejs.org/ .. _is not worth it: http://stackoverflow.com/questions/201705/how-many-random-elements-before-md5-produces-collisions -.. _WTF licence: http://en.wikipedia.org/wiki/WTFPL +.. _WTFPL licence: http://en.wikipedia.org/wiki/WTFPL Contributing ============= diff --git a/zerobin/__init__.py b/zerobin/__init__.py index 5c09490..1200bdc 100644 --- a/zerobin/__init__.py +++ b/zerobin/__init__.py @@ -1,5 +1,5 @@ from pathlib import Path -__version__ = "1.0.0" +__version__ = "1.0.3" ROOT_DIR = Path(__file__).absolute().parent