diff --git a/PyFunceble/storage.py b/PyFunceble/storage.py index da260c44..c7ad9416 100644 --- a/PyFunceble/storage.py +++ b/PyFunceble/storage.py @@ -61,7 +61,7 @@ from PyFunceble.storage_facility import get_config_directory PROJECT_NAME: str = "PyFunceble" -PROJECT_VERSION: str = "4.3.0a1.dev (Blue Duckling: Tulip)" +PROJECT_VERSION: str = "4.3.0a2.dev (Blue Duckling: Tulip)" DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml" diff --git a/version.yaml b/version.yaml index 94f6a4d3..9f104333 100644 --- a/version.yaml +++ b/version.yaml @@ -1,4 +1,4 @@ -current_version: '4.3.0a1.dev (Blue Duckling: Tulip)' +current_version: '4.3.0a2.dev (Blue Duckling: Tulip)' deprecated: - 3.0.21 - 3.1.20