Skip to content
Snippets Groups Projects
Commit af43bab4 authored by Berk Onat's avatar Berk Onat
Browse files

Updating version of the parser.

parent ceb30afd
No related branches found
No related tags found
No related merge requests found
Pipeline #
# Tinker Parser # Tinker Parser
[NOMAD Laboratory CoE](http://nomad-coe.eu) parser for [TINKER](https://dasher.wustl.edu/tinker/) [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/). This is the parser for Tinker in [TINKER](https://dasher.wustl.edu/tinker/).
The official version lives at: The official version lives at:
......
...@@ -3,7 +3,7 @@ import os ...@@ -3,7 +3,7 @@ import os
PARSERNAME = "TINKER" PARSERNAME = "TINKER"
PROGRAMNAME = "tinker" PROGRAMNAME = "tinker"
PARSERVERSION = "0.0.1" PARSERVERSION = "0.0.3"
PARSERMETANAME = PARSERNAME.lower() PARSERMETANAME = PARSERNAME.lower()
PARSERTAG = 'x_' + PARSERMETANAME PARSERTAG = 'x_' + PARSERMETANAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment