You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auratext/Components/About.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ def init_ui(self):
36
36
# App description
37
37
description=QLabel("Aura Text is a versatile and powerful text editor powered by QScintilla that provides all the necessary tools for developers. It is build using PyQt6 and Python."
38
38
"\n"+"\n"
39
-
"Version: v5.4.2"+"\n"+"\n"+"\n"+"Made with ❣️ by Rohan Kishore")
39
+
"Version: v5.5.0"+"\n"+"\n"+"\n"+"Made with ❣️ by Rohan Kishore")
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "aura-text"
3
-
version = "5.4.2"
3
+
version = "5.5.0"
4
4
description = "Aura Text is a versatile and powerful text editor powered by QScintilla that provides all the necessary tools for developers. It is build using PyQt6 and Python."
5
5
authors = ["Rohan Kishore (@rohankishore on GitHub)"]
0 commit comments