Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan authored Aug 10, 2023
1 parent 0db420d commit 93ead7e
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 @@ -112,7 +112,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="dlio_profiler_py",
version="0.1",
version="0.0.1",
description="I/O profiler for deep learning python apps. Specifically for dlio_benchmark.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 93ead7e

Please sign in to comment.