Skip to content

Commit 28eee6d

Browse files
author
bwall
committed
Incremented version
1 parent 64a0567 commit 28eee6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ optional arguments:
2020
-v, --version show program's version number and exit
2121
-r, --recursive Scan paths recursively
2222
23-
getnetguids v1.1.0 by Brian Wallace (@botnet_hunter)
23+
getnetguids v1.2.0 by Brian Wallace (@botnet_hunter)
2424
2525
```

getnetguids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def get_assembly_guids(assembly_path):
168168
if __name__ == "__main__":
169169
from argparse import ArgumentParser
170170

171-
version = "1.1.0"
171+
version = "1.2.0"
172172

173173
parser = ArgumentParser(
174174
prog=__file__,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name='getnetguids',
6-
version='1.1.0',
6+
version='1.2.0',
77
description='Extracts Typelib IDs and MVIDs from .NET assemblies.',
88
author='Brian Wallace',
99
url='https://github.com/bwall/getnetguids',

0 commit comments

Comments
 (0)