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 b040888 commit 368ccfcCopy full SHA for 368ccfc
setup.py
@@ -14,7 +14,7 @@
14
url="https://github.com/lumigo-io/python_tracer.git",
15
package_dir={"": "src"},
16
packages=setuptools.find_packages("src"),
17
- install_requires=["lumigo_core==0.0.4"],
+ install_requires=["lumigo_core==0.0.5"],
18
license="Apache License 2.0",
19
classifiers=["Programming Language :: Python :: 3", "Operating System :: OS Independent"],
20
long_description=open("README.md").read(),
0 commit comments