Skip to content

Commit 2df8b2f

Browse files
committed
0.9.2 release
1 parent 90284e0 commit 2df8b2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# The short X.Y version
3131
version = '0.9'
3232
# The full version, including alpha/beta/rc tags
33-
release = '0.9.1'
33+
release = '0.9.2'
3434

3535

3636
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description = "Generalized trie implementation"
3434
readme = "README.md"
3535
keywords = ["trie"]
3636
license = { file = "LICENSE" }
37-
version = "0.9.1"
37+
version = "0.9.2"
3838
classifiers = [
3939
"Development Status :: 2 - Pre-Alpha",
4040
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)