#!/bin/sh
set -eu

python3 -c 'import pynmeagps; print(pynmeagps.version)'
