Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 851cb80

Browse files
authored
Update browser.py
1 parent 63878dd commit 851cb80

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

browser.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#This is version 0.2.2 of the Snakebite project. It has not yet been released as an application.
2+
13
from PyQt6.QtCore import *
24
from PyQt6.QtWidgets import *
35
from PyQt6.QtGui import *
@@ -26,7 +28,7 @@ def __init__(self, *args, **kwargs):
2628

2729
layout.addWidget(title)
2830

29-
layout.addWidget(QLabel("Version 0.2.1 Snakebite"))
31+
layout.addWidget(QLabel("Version 0.2.2 Snakebite"))
3032
layout.addWidget(QLabel("Snakebite is a project in progress, with many features to modern browser features being developed."))
3133
layout.addWidget(QLabel("Copyright 2022 nathandev"))
3234

@@ -248,4 +250,4 @@ def update_urlbar(self, q, browser=None):
248250

249251
window = MainWindow()
250252

251-
app.exec()
253+
app.exec()

0 commit comments

Comments
 (0)