Skip to content

Commit

Permalink
release v1.0.6 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan authored Oct 11, 2024
1 parent 4b82a07 commit 3a65307
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(DFTRACER_PACKAGE_VERSION_MINOR "${DFTRACER_VERSION_PATCH}")
set(DFTRACER_PACKAGE_STRING "${DFTRACER_PACKAGE_NAME} ${DFTRACER_PACKAGE_VERSION}")
set(DFTRACER_PACKAGE_TARNAME "${DFTRACER_PACKAGE}")

set(DFTRACER_VERSION "(1, 0, 5)")
set(DFTRACER_VERSION "(1, 0, 6)")

project(dftracer LANGUAGES C CXX)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'0.0'
# The full version, including alpha/beta/rc tags
release = u'1.0.5'
release = u'1.0.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="pydftracer",
version="1.0.5",
version="1.0.6",
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 3a65307

Please sign in to comment.