-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64eb8f2
commit 2a3c6c1
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" }, | ||
] | ||
|
@@ -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" | ||
|