Skip to content

Commit

Permalink
Bump project version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloLec committed Feb 17, 2024
1 parent 4b593e7 commit 0d4deb5
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "recoverpy"
version = "2.1.5"
version = "2.1.6"
description = "A TUI to recover overwritten or deleted data."
authors = ["PabloLec <[email protected]>"]
license = "GPL-3.0 License"
Expand All @@ -9,63 +9,63 @@ homepage = "https://github.com/PabloLec/recoverpy"
repository = "https://github.com/PabloLec/recoverpy"
documentation = "https://github.com/PabloLec/recoverpy#readme"
keywords = ["data",
"recovery",
"search",
"cli",
"console",
"cui",
"tui",
"ncurses",
"terminal",
"cybersec",
"cybersecurity",
"security",
"pentesting",
"pentest",
"forensics",
"forensic",
"hack",
"hacking",
"data recovery",
"data recovery tool",
"grep",
"linux",
"unix",
"education",
"teaching",
"training",
"teach",
"learn",
"textual",
"asyncio",
"async",
"recovery",
"search",
"cli",
"console",
"cui",
"tui",
"ncurses",
"terminal",
"cybersec",
"cybersecurity",
"security",
"pentesting",
"pentest",
"forensics",
"forensic",
"hack",
"hacking",
"data recovery",
"data recovery tool",
"grep",
"linux",
"unix",
"education",
"teaching",
"training",
"teach",
"learn",
"textual",
"asyncio",
"async",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Environment :: Console",
"Environment :: Console :: Curses",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
"Intended Audience :: Education",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Security",
"Topic :: System :: Filesystems",
"Topic :: System :: Archiving :: Backup",
"Topic :: System :: Recovery Tools",
"Topic :: System :: Shells",
"Topic :: System :: Systems Administration",
"Topic :: Terminals",
"Topic :: Utilities",
"Typing :: Typed",
"Framework :: AsyncIO",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Environment :: Console",
"Environment :: Console :: Curses",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
"Intended Audience :: Education",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Security",
"Topic :: System :: Filesystems",
"Topic :: System :: Archiving :: Backup",
"Topic :: System :: Recovery Tools",
"Topic :: System :: Shells",
"Topic :: System :: Systems Administration",
"Topic :: Terminals",
"Topic :: Utilities",
"Typing :: Typed",
"Framework :: AsyncIO",
]

[tool.poetry.scripts]
Expand Down

0 comments on commit 0d4deb5

Please sign in to comment.