Skip to content

Commit

Permalink
update version and CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Apr 26, 2023
1 parent 64eb8f2 commit 2a3c6c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 💥.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nuke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "Varun Agrawal"
__copyright__ = "Copyright 2017."
__license__ = "MIT"
__version__ = "2.5.3"
__version__ = "2.5.4"
__maintainer__ = "Varun Agrawal"
__email__ = "[email protected]"
__status__ = "Production"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nuke"
version = "2.5.3"
version = "2.5.4"
authors = [
{ name="Varun Agrawal", email="[email protected]" },
]
Expand Down Expand Up @@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2a3c6c1

Please sign in to comment.