Skip to content

Commit 28adf60

Browse files
committed
Bump version
1 parent 5e30376 commit 28adf60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "recoverpy"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "A TUI to recover overwritten or deleted data."
55
authors = ["PabloLec <pablo.lecolinet@gmail.com>"]
66
license = "GPL-3.0 License"

recoverpy/ui/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def init_screens(self):
3535
def create_py_cui_master(self) -> PyCUI:
3636
master: PyCUI = PyCUI(10, 10)
3737
master.toggle_unicode_borders()
38-
master.set_title("RecoverPy 1.5.0")
38+
master.set_title("RecoverPy 1.5.1")
3939
master.run_on_exit(exit)
4040

4141
return master

0 commit comments

Comments
 (0)