Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjk2244 committed Apr 14, 2023
1 parent 58d88cb commit 71ed10f
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.1.1
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pro_football_reference_web_scraper/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "pro-football_reference_web_scraper"
authors = [{name = "Matthew Kim", email = "mjk2244@columbia.edu"}]
description="Stats web scraper of Pro Football Reference"
readme = "README.md"
version = "0.1.1"
version = "0.2.0"
requires-python = ">=3.8"

dependencies = ["beautifulsoup4>=4.9.0",
Expand Down

0 comments on commit 71ed10f

Please sign in to comment.