From ab8e68226ef117da9ba5ee9216d20828bd0cce35 Mon Sep 17 00:00:00 2001 From: Jan Steimann Date: Tue, 30 Jan 2024 10:53:07 +0100 Subject: [PATCH] Add github action badge --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a81b3..d774253 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ relieves the scientist from the majority of the technical code and only prototyp more time in the development of recommendation models and less time has to be spent in the development of a prototype while at the same time getting prototypes that can be used in real-world settings. +![PyPI publish workflow](https://github.com/github/docs/actions/workflows/publish.yml/badge.svg) + ## Setup Ensure that the following tools are installed: * Docker diff --git a/setup.py b/setup.py index cb436c0..db6d66a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( include_package_data=True, name='comment-recommendation-framework', - version='0.16.5', + version='0.16.6', long_description=long_description, long_description_content_type='text/markdown', package_data={