We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055a9bc commit efb5f73Copy full SHA for efb5f73
docs/conf.py
@@ -10,7 +10,7 @@
10
project = 'chaindl'
11
copyright = '2025, Dhruvan Gnanadhandayuthapani'
12
author = 'Dhruvan Gnanadhandayuthapani'
13
-release = '0.1.0'
+release = '0.1.1'
14
15
# -- General configuration ---------------------------------------------------
16
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -8,7 +8,7 @@ exclude = ["assets*"]
8
9
[project]
name = "chaindl"
-version = "0.1.0"
+version = "0.1.1"
authors = [
{ name="Dhruvan Gnanadhandayuthapani", email="[email protected]" },
]
0 commit comments