mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-10 14:16:04 -05:00
Version bump
This commit is contained in:
parent
51ab2d3488
commit
f242abcf75
2 changed files with 3 additions and 1 deletions
2
RNS/vendor/__init__.py
vendored
2
RNS/vendor/__init__.py
vendored
|
|
@ -1,5 +1,7 @@
|
|||
import os
|
||||
import glob
|
||||
|
||||
__version__ = "0.1.9"
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue