Skip to content

Commit 368ccfc

Browse files
authored
bump lumigo-core version (#273)
1 parent b040888 commit 368ccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
url="https://github.com/lumigo-io/python_tracer.git",
1515
package_dir={"": "src"},
1616
packages=setuptools.find_packages("src"),
17-
install_requires=["lumigo_core==0.0.4"],
17+
install_requires=["lumigo_core==0.0.5"],
1818
license="Apache License 2.0",
1919
classifiers=["Programming Language :: Python :: 3", "Operating System :: OS Independent"],
2020
long_description=open("README.md").read(),

0 commit comments

Comments
 (0)