From 3a65307275b7f44b82b756775424cd7bf9dc9075 Mon Sep 17 00:00:00 2001 From: Hariharan Devarajan Date: Thu, 10 Oct 2024 21:04:27 -0700 Subject: [PATCH] release v1.0.6 (#220) --- CMakeLists.txt | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e232c8..155b515 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/docs/conf.py b/docs/conf.py index 4824601..08aba8f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 6274ab7..7fff7b0 100644 --- a/setup.py +++ b/setup.py @@ -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",