Skip to content

Commit e2404e1

Browse files
committed
asyncpg v0.7.0
1 parent c91c81d commit e2404e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def _patch_cfile(self, cfile):
172172

173173
setuptools.setup(
174174
name='asyncpg',
175-
version='0.6.3',
175+
version='0.7.0',
176176
description='An asyncio PosgtreSQL driver',
177177
classifiers=[
178178
'License :: OSI Approved :: Apache Software License',
@@ -182,6 +182,7 @@ def _patch_cfile(self, cfile):
182182
'Programming Language :: Python :: 3.6',
183183
'Operating System :: POSIX',
184184
'Operating System :: MacOS :: MacOS X',
185+
'Operating System :: Microsoft :: Windows',
185186
'Development Status :: 4 - Beta',
186187
],
187188
platforms=['POSIX'],

0 commit comments

Comments
 (0)