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 e6ea99c commit ab570dfCopy full SHA for ab570df
setup.py
@@ -12,7 +12,7 @@ def main():
12
kw = dict(
13
name='w3g',
14
py_modules=['w3g'],
15
- version='0.1',
+ version='1.0.0',
16
long_description=longdesc,
17
author="Anthony Scopatz",
18
author_email="[email protected]",
@@ -24,4 +24,4 @@ def main():
24
setup(**kw)
25
26
if __name__ == '__main__':
27
- main()
+ main()
w3g.py
@@ -12,7 +12,7 @@
import struct
from collections import namedtuple
-__version__ = '0.1.0'
+__version__ = '1.0.0'
WORD = 2 # bytes
DWORD = 4 # bytes, double word
0 commit comments