diff --git a/LICENSE b/LICENSE index 2bf27bf..67c9834 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018-2022 Paul-Emmanuel Raoul +Copyright (c) 2018-2024 Paul-Emmanuel Raoul Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.rst b/README.rst index 06d8abf..b1d965e 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,7 @@ Faker Wi-Fi ESSID ================= -|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status| |LGTM -Grade| |LGTM Alerts| +|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status| `Faker `__ provider for Wi-Fi ESSIDs. @@ -32,20 +31,12 @@ Usage License ======= -`MIT `__ +This project is `MIT `__ licensed. .. |Build Status| image:: https://github.com/SkypLabs/faker-wifi-essid/actions/workflows/test_and_publish.yml/badge.svg?branch=develop :target: https://github.com/SkypLabs/faker-wifi-essid/actions/workflows/test_and_publish.yml?query=branch%3Adevelop :alt: Build Status -.. |LGTM Alerts| image:: https://img.shields.io/lgtm/alerts/g/SkypLabs/faker-wifi-essid.svg?logo=lgtm&logoWidth=18 - :target: https://lgtm.com/projects/g/SkypLabs/fake-wifi-essid/alerts/ - :alt: LGTM Alerts - -.. |LGTM Grade| image:: https://img.shields.io/lgtm/grade/python/g/SkypLabs/faker-wifi-essid.svg?logo=lgtm&logoWidth=18 - :target: https://lgtm.com/projects/g/SkypLabs/faker-wifi-essid/context:python - :alt: LGTM Grade - .. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/faker-wifi-essid.svg?style=flat :target: https://pypi.org/project/faker-wifi-essid/ :alt: PyPI Package Downloads Per Month diff --git a/src/faker_wifi_essid/__init__.py b/src/faker_wifi_essid/__init__.py index 437a50c..2613572 100644 --- a/src/faker_wifi_essid/__init__.py +++ b/src/faker_wifi_essid/__init__.py @@ -6,7 +6,7 @@ from .wifi_essid import WifiESSID -__version__ = "0.4.1" +__version__ = "0.5.0" __all__ = [ "WifiESSID",