Skip to content

Commit 683cf9c

Browse files
committed
Fix version number in file
1 parent 2205ec6 commit 683cf9c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,7 @@ ENV/
8585
.spyderproject
8686

8787
# Rope project settings
88-
.ropeproject
88+
.ropeproject
89+
90+
# Repository build and upload
91+
build_all

QNotifications/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
You should have received a copy of the GPLv3 License
1818
along with this module.>.
1919
"""
20+
__version__ = "1.0.1"
21+
__author__ = "Daniel Schreij (dschreij@gmail.com)"
22+
2023
# Do some base imports
2124
from QNotifications.QNotificationArea import QNotificationArea
2225
from QNotifications.QNotification import QNotification
2326

24-
__version__ = "1.0.0"
25-
__author__ = "Daniel Schreij (dschreij@gmail.com)"

0 commit comments

Comments
 (0)