We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90284e0 commit 2df8b2fCopy full SHA for 2df8b2f
2 files changed
docs/source/conf.py
@@ -30,7 +30,7 @@
30
# The short X.Y version
31
version = '0.9'
32
# The full version, including alpha/beta/rc tags
33
-release = '0.9.1'
+release = '0.9.2'
34
35
36
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -34,7 +34,7 @@ description = "Generalized trie implementation"
readme = "README.md"
keywords = ["trie"]
license = { file = "LICENSE" }
37
-version = "0.9.1"
+version = "0.9.2"
38
classifiers = [
39
"Development Status :: 2 - Pre-Alpha",
40
"Intended Audience :: Developers",
0 commit comments