From af43bab45c640ca48852a369447951e304df0f07 Mon Sep 17 00:00:00 2001
From: Berk Onat <b.onat@warwick.ac.uk>
Date: Tue, 10 Apr 2018 17:23:11 +0100
Subject: [PATCH] Updating version of the parser.

---
 README.md                            | 2 +-
 parser/parser-tinker/TINKERCommon.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dbc95cc..0df5944 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Tinker Parser
 [NOMAD Laboratory CoE](http://nomad-coe.eu) parser for [TINKER](https://dasher.wustl.edu/tinker/)
-## Version 0.0.1
+## Version 0.0.3
 
 This is the parser for Tinker in [TINKER](https://dasher.wustl.edu/tinker/).
 The official version lives at:
diff --git a/parser/parser-tinker/TINKERCommon.py b/parser/parser-tinker/TINKERCommon.py
index 9ff9f16..72862b1 100644
--- a/parser/parser-tinker/TINKERCommon.py
+++ b/parser/parser-tinker/TINKERCommon.py
@@ -3,7 +3,7 @@ import os
 
 PARSERNAME = "TINKER"
 PROGRAMNAME = "tinker"
-PARSERVERSION = "0.0.1"
+PARSERVERSION = "0.0.3"
 PARSERMETANAME = PARSERNAME.lower()
 PARSERTAG = 'x_' + PARSERMETANAME
 
-- 
GitLab