We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2205ec6 commit 683cf9cCopy full SHA for 683cf9c
.gitignore
@@ -85,4 +85,7 @@ ENV/
85
.spyderproject
86
87
# Rope project settings
88
-.ropeproject
+.ropeproject
89
+
90
+# Repository build and upload
91
+build_all
QNotifications/__init__.py
@@ -17,9 +17,10 @@
17
You should have received a copy of the GPLv3 License
18
along with this module.>.
19
"""
20
+__version__ = "1.0.1"
21
+__author__ = "Daniel Schreij (dschreij@gmail.com)"
22
23
# Do some base imports
24
from QNotifications.QNotificationArea import QNotificationArea
25
from QNotifications.QNotification import QNotification
26
-__version__ = "1.0.0"
-__author__ = "Daniel Schreij (dschreij@gmail.com)"
0 commit comments