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