mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-02-04 17:45:25 -05:00
Updated version and dependencies
This commit is contained in:
parent
a83db96b22
commit
d35e23c74f
@ -61,7 +61,7 @@ For a native Android application with a graphical user interface, have a look at
|
|||||||
|
|
||||||
### Docker Images
|
### Docker Images
|
||||||
|
|
||||||
Nomad Network is automatically published as a docker image on Github Packages. Image tags are one of either `master` (for the very latest commit) or the version number (eg `0.1.8`) for a specific release.
|
Nomad Network is automatically published as a docker image on Github Packages. Image tags are one of either `master` (for the very latest commit) or the version number (eg `0.2.0`) for a specific release.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ docker pull ghcr.io/markqvist/nomadnet:master
|
$ docker pull ghcr.io/markqvist/nomadnet:master
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "0.1.9"
|
__version__ = "0.2.0"
|
||||||
|
2
setup.py
2
setup.py
@ -23,6 +23,6 @@ setuptools.setup(
|
|||||||
entry_points= {
|
entry_points= {
|
||||||
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
||||||
},
|
},
|
||||||
install_requires=['rns>=0.3.8', 'lxmf>=0.1.7', 'urwid>=2.1.2'],
|
install_requires=['rns>=0.3.9', 'lxmf>=0.1.7', 'urwid>=2.1.2'],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user