Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-wallace committed Dec 1, 2023
1 parent 9ef2fc6 commit a05d947
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setup(
name="pypartpicker",
version="1.9.3",
version="1.9.4",
description="A package that scrapes pcpartpicker.com and returns the results as objects.",
packages=["pypartpicker"],
url="https://github.com/thefakequake/pypartpicker",
keywords=["pcpartpicker", "scraper", "list", "beautifulsoup", "pc", "parts"],
install_requires=["bs4", "requests"],
zip_safe=False,
download_url="https://github.com/thefakequake/pypartpicker/archive/refs/tags/v1.9.3.tar.gz",
download_url="https://github.com/thefakequake/pypartpicker/archive/refs/tags/v1.9.4.tar.gz",
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
Expand All @@ -24,5 +24,6 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)

0 comments on commit a05d947

Please sign in to comment.