diff --git a/pyet/version.py b/pyet/version.py index d54bddb..afe1cea 100644 --- a/pyet/version.py +++ b/pyet/version.py @@ -1,3 +1,3 @@ # This is the only location where the version will be written and changed. # Based on https://packaging.python.org/single_source_version/ -__version__ = "1.2.0" +__version__ = "1.2.1"