Add missing newlines, allow init exports
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
0f1a6431e5
commit
fd1cf9b337
@ -8,4 +8,4 @@ An English copy of the Licence is shipped in a file called LICENSE along with th
|
||||
You may obtain copies of the Licence in any of the official languages at https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12.
|
||||
"""
|
||||
|
||||
from .__version__ import __version__
|
||||
from .__version__ import __version__ as __version__
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '1.0.4'
|
||||
__version__ = '1.0.4'
|
||||
|
Loading…
Reference in New Issue
Block a user