From 9bebc86ddd65ec9a6e2b3b8bb558cabe829a7848 Mon Sep 17 00:00:00 2001 From: Robert Habrich Date: Wed, 31 Oct 2018 21:15:28 +0100 Subject: [PATCH] Version 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abfcf49..938ec86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dicom_dictionary_parser" description = "Library that parses the data dictionary (part 6) of the DICOM standard and provides access to all data elements" -version = "0.1.0" +version = "0.2.0" authors = ["Robert Habrich "] license = "MIT" keywords = ["dicom"]