From ba325bd52c9f84cb1ae0d460287556fc7b9e015c Mon Sep 17 00:00:00 2001 From: jjoeldaniel Date: Mon, 26 Jun 2023 00:56:30 -0700 Subject: [PATCH] bump version --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 8abd7d1..620daa0 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,9 @@ from setuptools import setup, find_packages from pathlib import Path -import codecs -import os this_directory = Path(__file__).parent -VERSION = "0.9.0" +VERSION = "1.0.0" DESCRIPTION = "Python wrapper for Genius API" long_description = (this_directory / "README.md").read_text() @@ -23,7 +21,7 @@ install_requires=["requests", "beautifulsoup4"], keywords=["python", "genius", "api-wrapper"], classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Operating System :: Unix",