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 4ecd5bf commit db54a71Copy full SHA for db54a71
docs/conf.py
@@ -9,7 +9,7 @@
9
project = 'Solid Node'
10
copyright = '2025, Luis Henrique Cassis Fagundes'
11
author = 'Luis Henrique Cassis Fagundes'
12
-release = '0.0.7'
+release = '0.0.8'
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
setup.py
@@ -17,7 +17,7 @@ def run(self):
17
setup(
18
author="Luis Fagundes",
19
author_email='lhfagundes@gmail.com',
20
- version='0.0.7',
+ version='0.0.8',
21
python_requires='>=3.8',
22
classifiers=[
23
'Development Status :: 2 - Pre-Alpha',
0 commit comments