From cd4e19a3af3a1e3d53df3bb48956752f54983b55 Mon Sep 17 00:00:00 2001 From: Carson Lam Date: Mon, 15 Jul 2024 14:35:02 -0700 Subject: [PATCH] v0.10.0. --- CHANGES.md | 2 +- src/fmetools/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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