Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erin2722 committed Apr 25, 2023
1 parent c40d1fa commit 3fb22f9
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.2.0
current_version = 0.3.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.2.0"
version = "0.3.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
@@ -1,4 +1,4 @@
from .teamScraper import getTeamInfo, getTeamSchedule, getTeamRoster, queryTeam, setArgs, fillInBasicInfo

__all__ = ['getTeamInfo', 'getTeamSchedule', 'getTeamRoster', 'queryTeam', 'setArgs', 'fillInBasicInfo', '__version__']
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 3fb22f9

Please # to comment.