Skip to content

Commit

Permalink
Added code for inserting current version
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Oct 10, 2019
1 parent a6e33f7 commit 5626b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptulsconv/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def fmp_dump(data, input_file_name, output):
doc.data('0')
doc.end('ERRORCODE')

doc.start('PRODUCT', {'NAME': 'ptulsconv', 'VERSION': '0.0.1'})
doc.start('PRODUCT', {'NAME': ptulsconv.__name__, 'VERSION': ptulsconv.__version__})
doc.end('PRODUCT')

doc.start('DATABASE', {'DATEFORMAT': 'MM/dd/yy', 'LAYOUT': 'summary', 'TIMEFORMAT': 'hh:mm:ss',
Expand Down

0 comments on commit 5626b8f

Please sign in to comment.