diff --git a/Changelog.md b/Changelog.md index d4756a2..7dd3c09 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # OSRSBytes ChangeLog ## Begin-date: 20191230 -## Last-Update: 20230403 +## Last-Update: 20230903 + +[update 20230903] +_Updated OSRSBytes to Version 1.3.2__: +* Implemented a new method of grabbing boss names from the osrs web page that will, hopefully, not require us to manually update the bosses list every time. [update 20230403] _Updated OSRSBytes to Version 1.3.1__: diff --git a/README.md b/README.md index fa7a995..30521eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OSRSBytes (v1.3.1) +# OSRSBytes (v1.3.2) ![version](https://img.shields.io/pypi/v/OSRSBytes?style=for-the-badge) ![downloads](https://img.shields.io/pypi/dm/OSRSBytes?style=for-the-badge)
![size](https://img.shields.io/github/languages/code-size/coffee-fueled-deadlines/osrsbytes?style=for-the-badge) diff --git a/setup.py b/setup.py index 43a777d..5836d4b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='OSRSBytes_Dev', - version='1.3.1', + version='1.3.2', author="Coffee Fueled Deadlines", author_email="cookm0803@gmail.com", description="An all-in-one OSRS Library with Hiscores and Grand Exchange Market Information",