From 3d0cea334a41f180c842d2074a1fbd247c8ae638 Mon Sep 17 00:00:00 2001 From: AKB Date: Tue, 3 Nov 2020 09:55:43 +0100 Subject: [PATCH] updated build link to github ci --- README.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2b965d..b36c2c4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pyfn [![GitHub release][release-image]][release-url] [![PyPI release][pypi-image]][pypi-url] -[![Build][travis-image]][travis-url] +[![Build][build-image]][build-url] [![Requirements][req-image]][req-url] [![FrameNet][framenet-image]][framenet-url] [![MIT License][license-image]][license-url] @@ -755,8 +755,8 @@ If you use `pyfn` please cite: [release-url]:https://github.com/akb89/pyfn/releases/latest [pypi-image]:https://img.shields.io/pypi/v/pyfn.svg?style=flat-square [pypi-url]:https://pypi.org/project/pyfn/ -[travis-image]:https://img.shields.io/travis/akb89/pyfn.svg?style=flat-square -[travis-url]:https://travis-ci.org/akb89/pyfn +[build-image]:https://img.shields.io/github/workflow/status/akb89/pyfn/CI?style=flat-square +[build-url]:https://github.com/akb89/pyfn/actions?query=workflow%3ACI [coverage-image]:https://img.shields.io/coveralls/akb89/pyfn/master.svg?style=flat-square [coverage-url]:https://coveralls.io/github/akb89/pyfn?branch=master [framenet-image]:https://img.shields.io/badge/framenet-1.5%E2%87%A1-blue.svg?style=flat-square diff --git a/setup.py b/setup.py index 692856b..71206f7 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ author_email='akb@3azouz.net', long_description=long_description, long_description_content_type='text/markdown', - version='1.3.12', + version='1.3.13', url='https://gitlab.com/akb89/pyfn', download_url='https://pypi.org/project/pyfn/#files', license='MIT',