Skip to content

Commit

Permalink
bumped version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Oct 5, 2020
1 parent a0c6fe0 commit b8b73d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def main():
kw = dict(
name='w3g',
py_modules=['w3g'],
version='1.0.2',
version='1.0.3',
long_description=longdesc,
author="Anthony Scopatz",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion w3g.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import binascii
from collections import namedtuple

__version__ = '1.0.2'
__version__ = '1.0.3'

WORD = 2 # bytes
DWORD = 4 # bytes, double word
Expand Down

0 comments on commit b8b73d1

Please sign in to comment.