From 7fd91376311f6c487cb6666eab94d2d038507c9c Mon Sep 17 00:00:00 2001 From: Mohit Yadav Date: Mon, 30 Oct 2023 12:27:56 +0000 Subject: [PATCH] bump version to 0.0.2 --- README.MD | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index cbf116f..af39779 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ ## Introduction -Parser for DCM files [Data Conversion Format](https://www.etas.com/download-center-files/products_ASCET_Software_Products/TechNote_DCM_File_Formats.pdf ). The package has two main classes `DCMParser` and `DCMObject`, which provide a toolkit to deal with DCM files used in automotive software development. While the `DCMParser` is designed to read and interpret DCM files, the `DCMObject` allows for structured representation and manipulation of the parsed data. +Parser for DCM files Data Conversion Format. The package has two main classes `DCMParser` and `DCMObject`, which provide a toolkit to deal with DCM files used in automotive software development. While the `DCMParser` is designed to read and interpret DCM files, the `DCMObject` allows for structured representation and manipulation of the parsed data. ## Install diff --git a/setup.py b/setup.py index 642e8f1..dae027f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="dcmfile-parser", - version="0.0.1", + version="0.0.2", description="parser for dcm files", packages=find_packages(where="app"), long_description=long_description,