We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d1f50 commit 7e18290Copy full SHA for 7e18290
setup.py
@@ -12,7 +12,7 @@ def main():
12
kw = dict(
13
name='w3g',
14
py_modules=['w3g'],
15
- version='1.0.4',
+ version='1.0.5',
16
long_description=longdesc,
17
author="Anthony Scopatz",
18
author_email="[email protected]",
w3g.py
@@ -13,7 +13,7 @@
import binascii
from collections import namedtuple
-__version__ = '1.0.4'
+__version__ = '1.0.5'
WORD = 2 # bytes
19
DWORD = 4 # bytes, double word
0 commit comments