Skip to content

Commit 3d19d75

Browse files
authored
new version, also announcing windows compatibility to pypi (#303)
1 parent 22f4528 commit 3d19d75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
setup(
5757
name="anonlink",
58-
version='0.13.0-dev',
58+
version='0.13.0',
5959
description='Anonymous linkage using cryptographic hashes and bloom filters',
6060
long_description=readme,
6161
long_description_content_type='text/x-rst',
@@ -83,6 +83,7 @@
8383
"Operating System :: MacOS :: MacOS X",
8484
"Operating System :: POSIX",
8585
"Operating System :: POSIX :: Linux",
86+
"Operating System :: Microsoft :: Windows",
8687
"Programming Language :: Python :: 3",
8788
"Programming Language :: Python :: 3.6",
8889
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)