Skip to content

Commit f05bdc5

Browse files
committed
Bump verstion to v4.3.0
1 parent 7b3eaf6 commit f05bdc5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

PyFunceble/cli/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
ERROR: str = f"{colorama.Fore.RED}ERROR"
148148

149149
VERSION_DUMP_LINK: str = (
150-
"https://raw.githubusercontent.com/funilrys/PyFunceble/dev/version.yaml"
150+
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/version.yaml"
151151
)
152152

153153
HASHES_FILENAME: str = "hashes_tracker.json"

PyFunceble/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from PyFunceble.storage_facility import get_config_directory
6161

6262
PROJECT_NAME: str = "PyFunceble"
63-
PROJECT_VERSION: str = "4.3.0.dev (Blue Duckling: Tulip)"
63+
PROJECT_VERSION: str = "4.3.0"
6464

6565
DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
6666

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def get_console_scripts(): # pragma: no cover
269269

270270
if __name__ == "__main__":
271271
setuptools.setup(
272-
name="PyFunceble-dev",
272+
name="PyFunceble",
273273
version=get_version(),
274274
python_requires=">=3.9, <4",
275275
install_requires=get_requirements(mode="standard"),
@@ -294,7 +294,7 @@ def get_console_scripts(): # pragma: no cover
294294
project_urls={
295295
"Documentation": "https://docs.pyfunceble.com",
296296
"Funding": "https://github.com/sponsors/funilrys",
297-
"Source": "https://github.com/funilrys/PyFunceble/tree/dev",
297+
"Source": "https://github.com/funilrys/PyFunceble/tree/master",
298298
"Tracker": "https://github.com/funilrys/PyFunceble/issues",
299299
},
300300
platforms=["any"],
@@ -311,7 +311,7 @@ def get_console_scripts(): # pragma: no cover
311311
classifiers=[
312312
"Environment :: Console",
313313
"Topic :: Internet",
314-
"Development Status :: 4 - Beta",
314+
"Development Status :: 5 - Production/Stable",
315315
"Intended Audience :: Developers",
316316
"Programming Language :: Python",
317317
"Programming Language :: Python :: 3",

version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version: '4.3.0.dev (Blue Duckling: Tulip)'
1+
current_version: 4.3.0
22
deprecated:
33
- 3.0.21
44
- 3.1.20

0 commit comments

Comments
 (0)