Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erin2722 committed May 4, 2023
1 parent 41a7902 commit acb5e11
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.3.0
current_version = 0.4.0
commit = True
tag = True

Expand Down
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 = "usau-scraper"
authors = [{name = "Erin McNulty", email = "eem2188@columbia.edu"}]
description="The USAU scraper is a data collector that allows developers to easily aggregate and use team results, rosters, and schedule data from the USAU website."
readme = "README.md"
version = "0.3.0"
version = "0.4.0"
requires-python = ">=3.7"

dependencies = ["bs4", "requests", "pandas", "lxml"]
Expand Down
2 changes: 1 addition & 1 deletion usau_scraper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
'queryRankings',
'__version__',
]
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit acb5e11

Please # to comment.