Skip to content

Commit 7e18290

Browse files
committed
bumped version to 1.0.5
1 parent a0d1f50 commit 7e18290

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def main():
1212
kw = dict(
1313
name='w3g',
1414
py_modules=['w3g'],
15-
version='1.0.4',
15+
version='1.0.5',
1616
long_description=longdesc,
1717
author="Anthony Scopatz",
1818
author_email="[email protected]",

w3g.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import binascii
1414
from collections import namedtuple
1515

16-
__version__ = '1.0.4'
16+
__version__ = '1.0.5'
1717

1818
WORD = 2 # bytes
1919
DWORD = 4 # bytes, double word

0 commit comments

Comments
 (0)