From 441260880b5563986327d3d4fc002db5c7941784 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Wed, 1 Sep 2021 14:16:30 -0700 Subject: [PATCH] I'm my own worst enemy it seems... --- .github/workflows/debian.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 4569fc0..aa72265 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -32,7 +32,7 @@ jobs: run: | python3 setup.py --command-packages=stdeb.command bdist_deb ls -al deb_dist/ - cp deb_dist/python3-inrcot_*_all.deb deb_dist/python3-adsbxcot_latest_all.deb + cp deb_dist/python3-inrcot_*_all.deb deb_dist/python3-inrcot_latest_all.deb - uses: actions/upload-artifact@master with: diff --git a/setup.py b/setup.py index 5d39290..c31fe45 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ import setuptools __title__ = "inrcot" -__version__ = "1.0.2" +__version__ = "1.0.3" __author__ = "Greg Albrecht W2GMD " __copyright__ = "Copyright 2021 Greg Albrecht" __license__ = "Apache License, Version 2.0"