Skip to content

Commit 3bc6721

Browse files
added release changes. (#142)
1 parent a798478 commit 3bc6721

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(DFTRACER_PACKAGE_VERSION_MINOR "${DFTRACER_VERSION_PATCH}")
1414
set(DFTRACER_PACKAGE_STRING "${DFTRACER_PACKAGE_NAME} ${DFTRACER_PACKAGE_VERSION}")
1515
set(DFTRACER_PACKAGE_TARNAME "${DFTRACER_PACKAGE}")
1616

17-
set(DFTRACER_VERSION "(1, 0, 2)")
17+
set(DFTRACER_VERSION "(1, 0, 3)")
1818

1919
project(dftracer LANGUAGES C CXX)
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Coverage Status](https://coveralls.io/repos/github/hariharan-devarajan/dftracer/badge.svg?branch=feature/apis)](https://coveralls.io/github/hariharan-devarajan/dftracer?branch=dev)
33
[![Documentation Status](https://readthedocs.org/projects/dftracer/badge/?version=latest)](https://dftracer.readthedocs.io/en/latest/?badge=latest)
44

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

88
Requirements for profiler

docs/build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ From Github
3636

3737
.. code-block:: Bash
3838
39-
DFT_VERSION=v1.0.2
39+
DFT_VERSION=v1.0.3
4040
pip install git+https://github.com/hariharan-devarajan/dftracer.git@${DFT_VERSION}
4141
4242
.. attention::

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = u'0.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'1.0.2'
29+
release = u'1.0.3'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
154154
# logic and declaration, and simpler if you include description/version in a file.
155155
setup(
156156
name="pydftracer",
157-
version="1.0.2",
157+
version="1.0.3",
158158
description="I/O profiler for deep learning python apps. Specifically for dlio_benchmark.",
159159
long_description=long_description,
160160
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)