We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73dedf4 + 8c3b60f commit ad375f2Copy full SHA for ad375f2
CHANGES.txt
@@ -1,5 +1,5 @@
1
-hs-dbus-signature 0.7 (UNRELEASED)
2
-==================================
+hs-dbus-signature 0.7
+=====================
3
4
Recommended Python interpreter: 3.7.9
5
Recommended tox version: 3.13.2
src/hs_dbus_signature/_version.py
@@ -7,5 +7,5 @@
7
Version information.
8
"""
9
10
-__version__ = "0.05"
+__version__ = "0.07"
11
__version_info__ = tuple(int(x) for x in __version__.split("."))
0 commit comments