From 06da7a5db8dd1646a6316f5e6f1752007587e095 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 20 Dec 2022 20:40:42 +0100 Subject: [PATCH] Bump to v0.2.0 --- .github/workflows/python-publish.yml | 10 +--------- setup.py | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index bdaab28..0cf0623 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,12 +1,4 @@ -# This workflow will upload a Python Package using Twine when a release is created -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries - -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -name: Upload Python Package +name: Publish Python Package on: release: diff --git a/setup.py b/setup.py index becb4b4..b95d782 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="lidl-plus", - version="0.1.16", + version="0.2.0", author="Andre Basche", description="Fetch receipts and more from Lidl Plus", long_description=long_description,