We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7983792 commit a7b271cCopy full SHA for a7b271c
2 files changed
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.4',
+ version='0.0.5',
21
python_requires='>=3.8',
22
classifiers=[
23
'Development Status :: 2 - Pre-Alpha',
@@ -47,7 +47,8 @@ def run(self):
47
"websockets==12.*",
48
"GitPython==3.1.*",
49
"asgiref==3.8.*",
50
- "uvicorn==0.30.*"
+ "uvicorn==0.30.*",
51
+ "numpy<2",
52
],
53
license="GNU Affero General Public License v3",
54
include_package_data=True,
solid_node/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.0.4"
+__version__ = "0.0.5"
0 commit comments