Skip to content

Commit

Permalink
Updated dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed May 20, 2021
1 parent 75c7e80 commit 81ab9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="lxmf",
version="0.0.5",
version="0.0.6",
author="Mark Qvist",
author_email="[email protected]",
description="Lightweight Extensible Message Format for Reticulum",
Expand All @@ -18,6 +18,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=['rns>=0.2.0'],
install_requires=['rns>=0.2.1'],
python_requires='>=3.6',
)

0 comments on commit 81ab9f5

Please sign in to comment.