diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b53248c..90da827 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +2.0.4 (2023-05-31) +================== + +No significant changes. + + 2.0.3 (2023-05-19) ================== diff --git a/src/pythonfinder/__init__.py b/src/pythonfinder/__init__.py index 8b92ce9..9338d91 100644 --- a/src/pythonfinder/__init__.py +++ b/src/pythonfinder/__init__.py @@ -4,7 +4,7 @@ from .models import SystemPath from .pythonfinder import Finder -__version__ = "2.0.4.dev0" +__version__ = "2.0.4" __all__ = ["Finder", "SystemPath", "InvalidPythonVersion"]