From dfc865ae037813c2adff015200a805ae165c5507 Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Sat, 10 Jun 2023 16:16:29 +0200 Subject: [PATCH] version 0.1.2 --- README.rst | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a9d0f2f..14de08b 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,12 @@ asciinema-automation .. image:: https://badge.fury.io/py/asciinema-automation.svg :target: https://badge.fury.io/py/asciinema-automation +.. image:: https://github.com/PierreMarchand20/asciinema_automation/actions/workflows/CI.yml/badge.svg + :target: https://github.com/PierreMarchand20/asciinema_automation/actions/workflows/CI.yml + .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black - + Asciinema-Automation is a Python package which provides a small CLI utility to automate `asciinema `_ recordings. The only dependencies are asciinema and `Pexpect `_. Example diff --git a/pyproject.toml b/pyproject.toml index e5b3af0..78ec46f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "asciinema-automation" -version = "0.1.2" +version = "0.1.3" authors = [ { name="Pierre Marchand", email="test@test.com" }, ]