From 34c778ee398eccc3eb14b690417a5779c110adb6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Oct 2023 04:18:03 +0000 Subject: [PATCH] 2.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5be49..38ecc82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v2.0.0 (2023-10-18) + +### Breaking + +* major: Semanticc Release + +BREAKING CHANGE: Semantic ([`71da3de`](https://github.com/bcanfield/southpaw/commit/71da3de4cd101e78ebedf0cf893b7533fdf8fcc4)) + + ## v1.0.0 (2023-10-18) ### Breaking diff --git a/setup.py b/setup.py index 1c45375..4760c0c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '1.0.1' +VERSION = '2.0.0' DESCRIPTION = 'Python Fanduel API' LONG_DESCRIPTION = 'Automate your DFS experience with this Python Fanduel API'