diff --git a/setup.py b/setup.py index 20bc98b..134758f 100644 --- a/setup.py +++ b/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', -) \ No newline at end of file +)