Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
YashTotale committed Jun 18, 2021
1 parent f1993f7 commit c6949bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.7
current_version = 0.0.8
commit = True
tag = True
message = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion scraper/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.8"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This call to setup() does all the work
setup(
name="goodreads-user-scraper",
version="0.0.7",
version="0.0.8",
description="Scrape user data from Goodreads",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c6949bb

Please sign in to comment.