From 2a3c6c1480ec0466576619dcdf5173d98fc270ee Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Wed, 26 Apr 2023 14:35:05 -0400 Subject: [PATCH] update version and CI badge --- README.md | 5 +++-- nuke/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 13678fc..b09b6e5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ [![license](https://img.shields.io/pypi/l/nuke.svg)](https://pypi.python.org/pypi/nuke) [![wheel](https://img.shields.io/pypi/wheel/nuke.svg)](https://pypi.python.org/pypi/nuke) [![python](https://img.shields.io/pypi/pyversions/nuke.svg)](https://pypi.python.org/pypi/nuke) -[![Build Status](https://travis-ci.org/varunagrawal/nuke.svg?branch=master)](https://travis-ci.org/varunagrawal/nuke) +[![CI](https://github.com/varunagrawal/nuke/actions/workflows/ci.yml/badge.svg)](https://github.com/varunagrawal/nuke/actions/workflows/ci.yml) + [![say-thanks](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/varunagrawal) Command line tool for nuking a directory 💥. @@ -17,7 +18,7 @@ Installing `nuke` is intended to be super easy. The only dependency is a support ```shell $ pip install nuke ``` -`nuke` is supported for Python 3.6+. +`nuke` is supported for Python 3.7+. ## Usage diff --git a/nuke/__init__.py b/nuke/__init__.py index 294196f..8c0d6f6 100644 --- a/nuke/__init__.py +++ b/nuke/__init__.py @@ -5,7 +5,7 @@ __author__ = "Varun Agrawal" __copyright__ = "Copyright 2017." __license__ = "MIT" -__version__ = "2.5.3" +__version__ = "2.5.4" __maintainer__ = "Varun Agrawal" __email__ = "varagrawal@gmail.com" __status__ = "Production" diff --git a/pyproject.toml b/pyproject.toml index 85335cf..36a0a5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nuke" -version = "2.5.3" +version = "2.5.4" authors = [ { name="Varun Agrawal", email="varagrawal@gmail.com" }, ] @@ -42,7 +42,7 @@ build-backend = "hatchling.build" [tool.poetry] name = "nuke" -version = "2.5.3" +version = "2.5.4" description = "Command line tool for nuking a directory 💥" authors = ["Varun Agrawal "] license = "MIT"