Skip to content

Commit

Permalink
bump lumigo-core version (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanishiri authored Mar 12, 2023
1 parent b040888 commit 368ccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url="https://github.com/lumigo-io/python_tracer.git",
package_dir={"": "src"},
packages=setuptools.find_packages("src"),
install_requires=["lumigo_core==0.0.4"],
install_requires=["lumigo_core==0.0.5"],
license="Apache License 2.0",
classifiers=["Programming Language :: Python :: 3", "Operating System :: OS Independent"],
long_description=open("README.md").read(),
Expand Down

0 comments on commit 368ccfc

Please sign in to comment.