Skip to content

Commit 0d4deb5

Browse files
committed
Bump project version to 2.1.6
1 parent 4b593e7 commit 0d4deb5

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

pyproject.toml

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "recoverpy"
3-
version = "2.1.5"
3+
version = "2.1.6"
44
description = "A TUI to recover overwritten or deleted data."
55
authors = ["PabloLec <[email protected]>"]
66
license = "GPL-3.0 License"
@@ -9,63 +9,63 @@ homepage = "https://github.com/PabloLec/recoverpy"
99
repository = "https://github.com/PabloLec/recoverpy"
1010
documentation = "https://github.com/PabloLec/recoverpy#readme"
1111
keywords = ["data",
12-
"recovery",
13-
"search",
14-
"cli",
15-
"console",
16-
"cui",
17-
"tui",
18-
"ncurses",
19-
"terminal",
20-
"cybersec",
21-
"cybersecurity",
22-
"security",
23-
"pentesting",
24-
"pentest",
25-
"forensics",
26-
"forensic",
27-
"hack",
28-
"hacking",
29-
"data recovery",
30-
"data recovery tool",
31-
"grep",
32-
"linux",
33-
"unix",
34-
"education",
35-
"teaching",
36-
"training",
37-
"teach",
38-
"learn",
39-
"textual",
40-
"asyncio",
41-
"async",
12+
"recovery",
13+
"search",
14+
"cli",
15+
"console",
16+
"cui",
17+
"tui",
18+
"ncurses",
19+
"terminal",
20+
"cybersec",
21+
"cybersecurity",
22+
"security",
23+
"pentesting",
24+
"pentest",
25+
"forensics",
26+
"forensic",
27+
"hack",
28+
"hacking",
29+
"data recovery",
30+
"data recovery tool",
31+
"grep",
32+
"linux",
33+
"unix",
34+
"education",
35+
"teaching",
36+
"training",
37+
"teach",
38+
"learn",
39+
"textual",
40+
"asyncio",
41+
"async",
4242
]
4343
classifiers = [
44-
"Development Status :: 5 - Production/Stable",
45-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
46-
"Operating System :: POSIX :: Linux",
47-
"Environment :: Console",
48-
"Environment :: Console :: Curses",
49-
"Intended Audience :: End Users/Desktop",
50-
"Intended Audience :: Developers",
51-
"Intended Audience :: System Administrators",
52-
"Intended Audience :: Information Technology",
53-
"Intended Audience :: Education",
54-
"Programming Language :: Python :: 3.8",
55-
"Programming Language :: Python :: 3.9",
56-
"Programming Language :: Python :: 3.10",
57-
"Programming Language :: Python :: 3.11",
58-
"Programming Language :: Python :: 3.12",
59-
"Topic :: Security",
60-
"Topic :: System :: Filesystems",
61-
"Topic :: System :: Archiving :: Backup",
62-
"Topic :: System :: Recovery Tools",
63-
"Topic :: System :: Shells",
64-
"Topic :: System :: Systems Administration",
65-
"Topic :: Terminals",
66-
"Topic :: Utilities",
67-
"Typing :: Typed",
68-
"Framework :: AsyncIO",
44+
"Development Status :: 5 - Production/Stable",
45+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
46+
"Operating System :: POSIX :: Linux",
47+
"Environment :: Console",
48+
"Environment :: Console :: Curses",
49+
"Intended Audience :: End Users/Desktop",
50+
"Intended Audience :: Developers",
51+
"Intended Audience :: System Administrators",
52+
"Intended Audience :: Information Technology",
53+
"Intended Audience :: Education",
54+
"Programming Language :: Python :: 3.8",
55+
"Programming Language :: Python :: 3.9",
56+
"Programming Language :: Python :: 3.10",
57+
"Programming Language :: Python :: 3.11",
58+
"Programming Language :: Python :: 3.12",
59+
"Topic :: Security",
60+
"Topic :: System :: Filesystems",
61+
"Topic :: System :: Archiving :: Backup",
62+
"Topic :: System :: Recovery Tools",
63+
"Topic :: System :: Shells",
64+
"Topic :: System :: Systems Administration",
65+
"Topic :: Terminals",
66+
"Topic :: Utilities",
67+
"Typing :: Typed",
68+
"Framework :: AsyncIO",
6969
]
7070

7171
[tool.poetry.scripts]

0 commit comments

Comments
 (0)