Version updated

pull/3/head 0.9.7
Mark Qvist 2022-01-11 02:43:41 +01:00
parent e3a9b0872f
commit d59c85714c
2 changed files with 16 additions and 1 deletions

15
Makefile 100644
View File

@ -0,0 +1,15 @@
all: release
clean:
@echo Cleaning...
-rm -r ./build
-rm -r ./dist
build_wheel:
python3 setup.py sdist bdist_wheel
release: build_wheel
upload:
@echo Uploading to PyPi...
twine upload dist/*

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="loramon",
version="0.9.6",
version="0.9.7",
author="Mark Qvist",
author_email="mark@unsigned.io",
description="LoRa packet sniffer for RNode hardware",