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 c91c81d commit e2404e1Copy full SHA for e2404e1
setup.py
@@ -172,7 +172,7 @@ def _patch_cfile(self, cfile):
172
173
setuptools.setup(
174
name='asyncpg',
175
- version='0.6.3',
+ version='0.7.0',
176
description='An asyncio PosgtreSQL driver',
177
classifiers=[
178
'License :: OSI Approved :: Apache Software License',
@@ -182,6 +182,7 @@ def _patch_cfile(self, cfile):
182
'Programming Language :: Python :: 3.6',
183
'Operating System :: POSIX',
184
'Operating System :: MacOS :: MacOS X',
185
+ 'Operating System :: Microsoft :: Windows',
186
'Development Status :: 4 - Beta',
187
],
188
platforms=['POSIX'],
0 commit comments