diff --git a/CHANGES.md b/CHANGES.md index eefb625..99f6c0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # fmetools changes -## 0.9.4 +## 0.10.0 * Fix support for Python 3.8 and require Python 3.8+. diff --git a/src/fmetools/__init__.py b/src/fmetools/__init__.py index a5a06b8..bc5b4a6 100644 --- a/src/fmetools/__init__.py +++ b/src/fmetools/__init__.py @@ -1,6 +1,6 @@ # coding: utf-8 -__version__ = "0.9.4" +__version__ = "0.10.0" import gettext import os