diff --git a/PyFunceble/cli/storage.py b/PyFunceble/cli/storage.py index 86059c9e..773351c7 100644 --- a/PyFunceble/cli/storage.py +++ b/PyFunceble/cli/storage.py @@ -147,7 +147,7 @@ ERROR: str = f"{colorama.Fore.RED}ERROR" VERSION_DUMP_LINK: str = ( - "https://raw.githubusercontent.com/funilrys/PyFunceble/master/version.yaml" + "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/version.yaml" ) HASHES_FILENAME: str = "hashes_tracker.json" diff --git a/PyFunceble/storage.py b/PyFunceble/storage.py index 45f1e6d4..bd21e90c 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.2.27. (Blue Duckling: Tulip)" +PROJECT_VERSION: str = "4.2.28a1.dev (Blue Duckling: Tulip)" DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml" DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json" diff --git a/setup.py b/setup.py index 3d723f3d..adbc01c2 100644 --- a/setup.py +++ b/setup.py @@ -250,7 +250,7 @@ def get_console_scripts(): # pragma: no cover if __name__ == "__main__": setuptools.setup( - name="PyFunceble", + name="PyFunceble-dev", version=get_version(), python_requires=">=3.8, <4", install_requires=get_requirements(mode="standard"), @@ -271,7 +271,7 @@ def get_console_scripts(): # pragma: no cover project_urls={ "Documentation": "https://docs.pyfunceble.com", "Funding": "https://github.com/sponsors/funilrys", - "Source": "https://github.com/funilrys/PyFunceble/tree/master", + "Source": "https://github.com/funilrys/PyFunceble/tree/dev", "Tracker": "https://github.com/funilrys/PyFunceble/issues", }, platforms=["any"], @@ -288,7 +288,7 @@ def get_console_scripts(): # pragma: no cover classifiers=[ "Environment :: Console", "Topic :: Internet", - "Development Status :: 5 - Production/Stable", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3", diff --git a/version.yaml b/version.yaml index d95d7bbb..7072c755 100644 --- a/version.yaml +++ b/version.yaml @@ -1,4 +1,4 @@ -current_version: '4.2.27. (Blue Duckling: Tulip)' +current_version: '4.2.28a1.dev (Blue Duckling: Tulip)' deprecated: - 3.0.21 - 3.1.20