We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3437706 commit 16028dcCopy full SHA for 16028dc
2 files changed
setup.py
@@ -114,7 +114,7 @@ def _sip_sipfiles_dir(self):
114
115
setup(
116
name='QHexEdit',
117
- version='0.8.7',
+ version='0.8.8',
118
ext_modules=[
119
Extension(
120
"qhexedit",
src/qhexedit.h
@@ -19,7 +19,7 @@
19
/** \mainpage
20
QHexEdit is a binary editor widget for Qt.
21
22
-\version Version 0.8.7
+\version Version 0.8.8
23
\image html qhexedit.png
24
*/
25
0 commit comments