Skip to content

Commit

Permalink
Bump version to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ogun committed Apr 1, 2023
1 parent f24ff24 commit 1ae6057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
setup(
name="uule_grabber",
packages=["uule_grabber"],
version="0.1.8",
version="0.1.9",
description="Generates UULE codes for Google Search",
long_description=long_description,
long_description_content_type="text/markdown",
author="Kemal Ogun Isik",
author_email="[email protected]",
url="https://github.com/ogun/uule_grabber",
download_url="https://github.com/ogun/uule_grabber/archive/v0.1.8.tar.gz",
download_url="https://github.com/ogun/uule_grabber/archive/v0.1.9.tar.gz",
classifiers=[],
)

0 comments on commit 1ae6057

Please sign in to comment.