Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoeldaniel committed Jun 26, 2023
1 parent 018918c commit ba325bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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()

Expand All @@ -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",
Expand Down

0 comments on commit ba325bd

Please sign in to comment.