Bump version

This commit is contained in:
ksamuel 2020-08-25 20:18:42 +02:00
parent a29a7cb961
commit b86bc2c0ce
2 changed files with 2 additions and 2 deletions

View File

@ -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
=============

View File

@ -1,5 +1,5 @@
from pathlib import Path
__version__ = "1.0.0"
__version__ = "1.0.3"
ROOT_DIR = Path(__file__).absolute().parent