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 0197258 commit 552febbCopy full SHA for 552febb
2 files changed
setup.py
@@ -90,7 +90,6 @@
90
"Programming Language :: Python :: 3 :: Only",
91
"Programming Language :: Python :: 3.6",
92
"Programming Language :: Python :: 3.7",
93
- "Programming Language :: Python :: 3.8",
94
"Topic :: System :: Networking",
95
"Framework :: Trio",
96
"Framework :: AsyncIO",
trio_asyncio/_version.py
@@ -1,3 +1,3 @@
1
# This file is imported from __init__.py and exec'd from setup.py
2
3
-__version__ = "0.8.0"
+__version__ = "0.8.1"
0 commit comments