Skip to content

Commit

Permalink
bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitYadav-codes committed Oct 30, 2023
1 parent fb8108b commit 7fd9137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7fd9137

Please sign in to comment.