saysynth.version

This module exists to sync the version returned via sy version to that which is in setup.py.

1"""
2This module exists to sync the version
3returned via `sy version` to that which is
4in `setup.py`.
5"""
6VERSION = "1.0.11"
7"""
8The current version of `saysynth`
9"""
VERSION = '1.0.11'

The current version of saysynth