We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f4528 commit 3d19d75Copy full SHA for 3d19d75
1 file changed
setup.py
@@ -55,7 +55,7 @@
55
56
setup(
57
name="anonlink",
58
- version='0.13.0-dev',
+ version='0.13.0',
59
description='Anonymous linkage using cryptographic hashes and bloom filters',
60
long_description=readme,
61
long_description_content_type='text/x-rst',
@@ -83,6 +83,7 @@
83
"Operating System :: MacOS :: MacOS X",
84
"Operating System :: POSIX",
85
"Operating System :: POSIX :: Linux",
86
+ "Operating System :: Microsoft :: Windows",
87
"Programming Language :: Python :: 3",
88
"Programming Language :: Python :: 3.6",
89
"Programming Language :: Python :: 3.7",
0 commit comments