mirror of
https://github.com/markqvist/LXMF.git
synced 2024-10-01 01:35:36 -04:00
Updated version
This commit is contained in:
parent
1ca2493c36
commit
6aa793252f
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name="lxmf",
|
||||
version="0.1.2",
|
||||
version="0.1.3",
|
||||
author="Mark Qvist",
|
||||
author_email="mark@unsigned.io",
|
||||
description="Lightweight Extensible Message Format for Reticulum",
|
||||
@ -20,4 +20,4 @@ setuptools.setup(
|
||||
],
|
||||
install_requires=['rns>=0.2.8'],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user