Skip to content

Commit

Permalink
added release changes. (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Jul 31, 2024
1 parent ed9f27d commit 50d4455
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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, 2)")
set(DFTRACER_VERSION "(1, 0, 3)")

project(dftracer LANGUAGES C CXX)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Coverage Status](https://coveralls.io/repos/github/hariharan-devarajan/dftracer/badge.svg?branch=feature/apis)](https://coveralls.io/github/hariharan-devarajan/dftracer?branch=dev)
[![Documentation Status](https://readthedocs.org/projects/dftracer/badge/?version=latest)](https://dftracer.readthedocs.io/en/latest/?badge=latest)

# DFTracer v1.0.2
# DFTracer v1.0.3
A multi-level profiler for capturing application functions and low-level system I/O calls from deep learning workloads.

Requirements for profiler
Expand Down
2 changes: 1 addition & 1 deletion docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ From Github

.. code-block:: Bash
DFT_VERSION=v1.0.2
DFT_VERSION=v1.0.3
pip install git+https://github.com/hariharan-devarajan/dftracer.git@${DFT_VERSION}
.. attention::
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.2'
release = u'1.0.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,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.2",
version="1.0.3",
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 50d4455

Please sign in to comment.