Skip to content

Commit

Permalink
Unify with master.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Sep 22, 2024
1 parent a56915b commit 434ec9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/cli/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand All @@ -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"],
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 434ec9a

Please sign in to comment.