mirror of
https://github.com/markqvist/LXMF.git
synced 2026-04-28 09:43:06 +00:00
Added version file
This commit is contained in:
parent
afe529fa0a
commit
ff48661f60
3 changed files with 6 additions and 1 deletions
|
|
@ -3,5 +3,7 @@ import glob
|
|||
from .LXMessage import LXMessage
|
||||
from .LXMRouter import LXMRouter
|
||||
|
||||
from ._version import __version__
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
||||
1
LXMF/_version.py
Normal file
1
LXMF/_version.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
__version__ = "0.1.7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue