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 d895bab commit 87ddbcbCopy full SHA for 87ddbcb
HISTORY.rst
@@ -3,7 +3,7 @@
3
Release History
4
===============
5
6
-0.8.3
+0.9.0
7
+++++
8
9
* Support Python 3.10 (#250)
setup.py
@@ -8,7 +8,7 @@
import sys
from setuptools import setup
10
11
-VERSION = '0.8.3'
+VERSION = '0.9.0'
12
13
DEPENDENCIES = [
14
'argcomplete',
0 commit comments