Skip to content

Commit

Permalink
Bumped version and RNS version
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Oct 4, 2022
1 parent 6ff01c3 commit 583b430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nomadnet/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=['rns>=0.3.12', 'lxmf>=0.1.8', 'urwid>=2.1.2'],
install_requires=['rns>=0.3.13', 'lxmf>=0.1.9', 'urwid>=2.1.2'],
python_requires='>=3.6',
)

0 comments on commit 583b430

Please sign in to comment.