diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d39b4..8c0eb4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.0.2 (2023-10-18) + +### Fix + +* fix: Semantic Release ([`b134ec8`](https://github.com/bcanfield/southpaw/commit/b134ec801ab59d063497d7a7aa26df576807a829)) + + ## v0.0.1 (2023-10-18) ### Fix diff --git a/setup.py b/setup.py index 5ed1a90..aedd367 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '2.0.5' +VERSION = '0.0.2' DESCRIPTION = 'Python Fanduel API' LONG_DESCRIPTION = 'Automate your DFS experience with this Python Fanduel API'