Skip to content

Commit fb2b94a

Browse files
authored
Merge pull request #3 from hhucn/Fix-publish
Add github action badge
2 parents ac06b77 + ab8e682 commit fb2b94a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ relieves the scientist from the majority of the technical code and only prototyp
66
more time in the development of recommendation models and less time has to be spent in the development of a prototype
77
while at the same time getting prototypes that can be used in real-world settings.
88

9+
![PyPI publish workflow](https://github.com/github/docs/actions/workflows/publish.yml/badge.svg)
10+
911
## Setup
1012
Ensure that the following tools are installed:
1113
* Docker

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
include_package_data=True,
1111
name='comment-recommendation-framework',
12-
version='0.16.5',
12+
version='0.16.6',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
1515
package_data={

0 commit comments

Comments
 (0)