We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf4767 commit 12a1289Copy full SHA for 12a1289
3 files changed
gui.py
@@ -5,7 +5,7 @@
5
import os
6
import webbrowser
7
8
-VERSION = "1.1.0"
+VERSION = "1.1.1"
9
10
class SafeBoxGUI:
11
def __init__(self, root):
modules/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.1.0"
+__version__ = "1.1.1"
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="SafeBox",
- version="1.1.0",
+ version="1.1.1",
description="Secure file locker by S4D0X",
executables=[Executable("safebox.py")],
)
0 commit comments