We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3397d39 commit 9a37212Copy full SHA for 9a37212
docs/conf.py
@@ -49,7 +49,7 @@
49
# The short X.Y version.
50
version = "1.0"
51
# The full version, including alpha/beta/rc tags.
52
-release = "1.0.8"
+release = "1.0.9"
53
54
# The language for content autogenerated by Sphinx. Refer to documentation
55
# for a list of supported languages.
setup.py
@@ -28,7 +28,7 @@ def run(self):
28
unittest.main(tests, argv=sys.argv[:1])
29
30
31
-version = "1.0.8"
+version = "1.0.9"
32
33
this_directory = Path(__file__).parent
34
long_description = (this_directory / "README.md").read_text()
0 commit comments