From 6076fbdb4d0b758cd817694f283f4cd0739ca377 Mon Sep 17 00:00:00 2001 From: bcanfield Date: Wed, 18 Oct 2023 00:59:36 -0400 Subject: [PATCH] major: Semantic Release BREAKING CHANGE: Semantic Release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 539c0e0..3695664 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.0.0' +VERSION = '0.0.1' DESCRIPTION = 'Python Fanduel API' LONG_DESCRIPTION = 'Automate your DFS experience with this Python Fanduel API'